Back to the 2025 paper
Similar questions
Software EngineeringDescribe Cyclomatic Complexity and how it is used to measure software. What insight does it provide?20257mSoftware EngineeringWhat do you understand by cyclomatic complexity of a program? How can it be measured? What are its applications in program development? Explain with suitable example.20247mSoftware EngineeringCyclomatic complexity method comes under which testing method? (i) Yellow box (ii) White box (iii) Grey box (iv) Black box20202mSoftware EngineeringWhat is cyclomatic complexity? How is it computed? Calculate cyclomatic complexity for the program to find the smallest of three numbers.20217m
PreviousIn a Data Flow Diagram (DFD), which symbol represents an external entity? (i) Circle (ii) Arrow (iii) Open rectangle (iv) Double lineNextIn Boundary Value Analysis, test cases are designed based on: (i) Average input data (ii) Input conditions at their limits (iii) Randomly selected inputs (iv) Data from previous projects