Back to the 2025 paper
Similar questions
Software 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 is primarily used to measure: (i) Lines of code (ii) Logical paths in a program (iii) Execution speed (iv) Code documentation quality20252mSoftware EngineeringWhat is cyclomatic complexity? How is it computed? Calculate cyclomatic complexity for the program to find the smallest of three numbers.20217mSoftware EngineeringCyclomatic complexity method comes under which testing method? (i) Yellow box (ii) White box (iii) Grey box (iv) Black box20202m