Question:medium

What is the use of COCOMO model?

Show Hint

The middle two letters of COCOMO stand for the thing it estimates.
Updated On: Jul 2, 2026
  • Managing software projects
  • Estimating software development costs
  • Software validation
  • Estimating the duration of the project
Show Solution

The Correct Option is B

Solution and Explanation

Idea: Expand the acronym and read its intent.

COCOMO means Constructive Cost Model, so its target quantity is cost. It maps project size to effort:
\[ E = a \,(\text{KLOC})^{b} \]
and effort maps to money and staffing. Duration is a secondary output, and management or validation are not what the model computes. The core use is cost estimation.
\[\boxed{\text{Option B: Estimating software development costs}}\]
Was this answer helpful?
0