Multiple choice technology testing

Function points measure the lines of code.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Function points are a software size measurement method based on the number and complexity of user-visible functions (inputs, outputs, inquiries, external interfaces, internal files). They do NOT measure lines of code - that would be LOC (Lines of Code) metrics. The two are different measurement approaches.