MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which one is not a size measure for software
A
LOC
B
Function Count
C
Cyclomatic Complexity
D
Halstead’s program length
Explanation: 

Detailed explanation-1: -Explanation: The size of a module does not use in measuring the size of the software.

Detailed explanation-2: -6. Which one is not a size measure for software product? Explanation: It is the part of white box testing. Explanation: Barry Boehm introduced a hierarchy of software estimation models bearing the name COCOMO, for COnstructive COst MOdel.

Detailed explanation-3: -Millimeters, centimeters and meters are the metric units of length and inches is the non-metric unit of length.

Detailed explanation-4: -The most accepted method to quantify software complexity is the Cyclomatic Complexity. The cyclomatic complexity is a measure the number of independent paths in a program. The number of paths in a program is calculated based on a control flow graph.

There is 1 question to complete.