Moderate

Which one is not a size measure for software product ?

Correct answer: D. Cyclomatic Complexity

  • A. LOC
  • B. Halstead's program length
  • C. Function Count
  • D. Cyclomatic Complexity

Explanation

LOC, Halstead's program length, and function count quantify software size, whereas cyclomatic complexity measures control-flow complexity. Therefore, cyclomatic complexity is not a size measure.

Last updated

Practise Software Project Management

171 free Software Project Management MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions