recategorized by
1,085 views
0 votes
0 votes

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?

  1. $234.25$
  2. $932.50$
  3. $287.80$
  4. $122.40$
recategorized by

1 Answer

0 votes
0 votes
Explanation:

"Effort = a1 × ( KLOC )^a2"

KLOC = LOC/1000 = 40000/1000 = 40

Effort = 2.8 × 40^1.2 = 234.25
Answer:

Related questions

0 votes
0 votes
1 answer
1
admin asked Mar 30, 2020
778 views
The Cyclomatic complexity of each of the modules $A$ and $B$ shown below is $10$. What is the Cyclomatic complexity of the sequential integration shown on the right hand ...
0 votes
0 votes
1 answer
2
admin asked Mar 30, 2020
1,084 views
What is the appropriate pairing of items in the two columns listing various activities encountered in a software life cycle?$$\begin{array}{llll}\text{P.} & \text{Require...
0 votes
0 votes
1 answer
4
admin asked Mar 30, 2020
1,241 views
Which one of the following is NOT desired in a good Software Requirement Specifications (SRS) document?Functional RequirementsNon-Functional RequirementsGoals of Implemen...