Correct option is D
Size-oriented metrics evaluate the quality and productivity of software development by normalizing measures based on the size of the software, such as the number of lines of code (LOC).
Information Booster
1.
Definition: Size-oriented metrics focus on measuring software attributes relative to its size, such as defects per LOC or effort per LOC.
2.
Examples: Includes metrics like lines of code (LOC), cost per LOC, and errors per LOC.
3.
Purpose: Helps in productivity analysis and quality assurance by comparing similar-sized projects.
4.
Advantages: Provides a straightforward measure for large-scale projects.
5.
Limitations: May not account for differences in complexity or functionality across projects.
Additional Knowledge
· Function-point metrics quantify functionality but are independent of size.
· Line-of-code metrics are a subset of size-oriented metrics.
· Function-oriented metrics focus on user interactions and usability.