2-Project Management
2-Project Management
Size Metrics
Size metrics are measurements used to quantify the size of a
software project. They help project managers estimate
development time, effort, and costs. Common size metrics
include:
1. Lines of Code (LOC): Counts the total lines of code in the
software, which gives a rough estimate of the software's
size. However, LOC can vary with coding style and
language.
2. Function Points (FP): Measures the functionality
provided to the user by counting inputs, outputs, and
other data elements. Function points offer a language-
independent way of measuring size.
3. Feature Points: Similar to function points but adds
complexity factors, useful for projects where algorithms
are the focus.
4. Object Points: Used in object-oriented programming
and measures the number of screens, reports, and third-
party modules in the software.