While estimating the cost of software, Lines Of Code (LOC) and Function Points…
2013
While estimating the cost of software, Lines Of Code (LOC) and Function Points (FP) are used to measure which one of the following?
- A.
Length of code
- B.
Size of software
- C.
Functionality of software
- D.
None of the above
Attempted by 78 students.
Show answer & explanation
Correct answer: B
Lines of Code (LOC) and Function Points (FP) are standard metrics used to estimate the size of software. LOC counts actual code lines, while FP evaluates functional requirements. Both help quantify project effort and cost based on size rather than functionality or complexity alone.
A video solution is available for this question — log in and enroll to watch it.