Given a project that uses the COCOMO model with an estimated effort of 2000…
2024
Given a project that uses the COCOMO model with an estimated effort of 2000 person-months and a productivity rate of 5 person-month per KLOC, what is the estimated size of the project in KLOC?
- A.
200
- B.
400
- C.
100
- D.
50
Attempted by 263 students.
Show answer & explanation
Correct answer: B
Key formula: Size (KLOC) = Effort (person-months) / Productivity (person-month per KLOC).
Identify values: Effort = 2000 person-months; Productivity = 5 person-month per KLOC.
Apply the formula: Size = 2000 / 5 = 400.
Include units: the result is 400 KLOC (thousand lines of code).
Answer: 400 KLOC
A video solution is available for this question — log in and enroll to watch it.