Open In App

GATE | GATE CS 2011 | Question 7

A company needs to develop digital signal processing software for one of its newest inventions. The software is expected to have 40000 lines of code. The company needs to determine the effort in person-months needed to develop this software using the basic COCOMO model. The multiplicative factor for this model is given as 2.8 for the software development on embedded systems, while the exponentiation factor is given as 1.20. What is the estimated effort in person-months?
(A) 234.25
(B) 932.50
(C) 287.80
(D) 122.40

Answer: (A)
Explanation: In the Constructive Cost Model (COCOMO), following is formula for effort applied

Effort Applied (E) = ab(KLOC)bb [ person-months ]
                   = 2.8 x(40)1.20 
                   = 2.8 x 83.65 
                   = 234.25 

Quiz of this Question

Article Tags :