Assume the size of organic type software product estimated 100000 lines of source code average salary of developer 50000/- Determine the effort required software product developed times and the staff cost to develop the product
Answers
Answer:
I also wanted to ask same question
Answer:
Explanation:
We will apply the Construction cost estimation model
The formulas applied in this model are as follows:
Effort = x1 × (KLOC)^x2
Tdev = y1 × (Effort)^y2
Where :
KLOC = The estimated size of the software product expressed in Kilo lines of source code.
x1 , x2 , y1 , y2 are constants for each category of Software products.
Tdev - The estimated time to develop the software expressed in months.
Effort - Total effort required to develop the software measured in person - months.
For organic software the formula is given as :
Effort = 2.4(KLOC)^1.05
Tdev = 2.5(Effort)^0.38
Doing the substitution we have :
KLOC = 32000/1000 = 32
Effort =2.4(32)^1.05 = 91.331
Tdev = 2.5(91.331)^0.38 = 13.89 months which is approximately 14 months.
The answer is thus :
91 pm and 14 months.