retagged by
7,500 views
3 votes
3 votes

A company needs to develop a digital signal processing software for one of its newest inventions. The software is expected to have 20000 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.2 for the software development on embedded systems, while the exponentiation factor is given as 1.5. What is the estimated effort in person-months?

  1. 196.77
  2. 206.56
  3. 199.56
  4. 210.68
retagged by

2 Answers

Best answer
7 votes
7 votes

kLOC = 20000/1000 = 20

Effort Applied (E)=$a_{b}\times \left ( KLOC\right )^{b_{b}}$

Here given,multiplicative factor $\left ( a_{b} \right )$=2.2

exponentiation factor $\left ( b_{b} \right )$=1.5

So Effort Applied (E) =$2.2\times \left ( 20 \right )^{1.5}$=196.77

So option A is correct.

Reference:COCOMO

selected by
4 votes
4 votes

For basic cocomo model, effort is formulated by , E = a(KLOC)

where , a =  multiplicative factor for basic model is given as 2.2

b = exponentiation factor is given as 1.5 , and 

software is expected to have 20000 lines of code = 20KLOC 

hence , E = 2.2 (20) 1.5 = 196.77

Answer:

Related questions

4 votes
4 votes
2 answers
1
asu asked Jul 4, 2016
4,275 views
Configuration management is not concerned withcontrolling changes to the source codechoice of hardware configuration for an applicationcontrollling documentation changesm...
5 votes
5 votes
3 answers
2
Desert_Warrior asked Jul 3, 2016
4,835 views
The extent to which the s/w can continue to operate correctly despite the introduction of invalid inputs is called asReliabilityRobustnessFault tolerancePortability
2 votes
2 votes
2 answers
3
Desert_Warrior asked Jul 3, 2016
13,708 views
Which one of the following is a functional requirement ?MaintainabilityPortabilityRobustnessNone of the mentioned
5 votes
5 votes
2 answers
4
Ishrat Jahan asked Oct 29, 2014
6,229 views
In the Spiral model of software development, the primary determinant in selecting activities in each iteration isIteration sizeCostAdopted process such as Rational Unifie...