Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
|
Question 186
|
E = a(KLOC)b
Assume that the values of a and b are 2.5 and 1.0 respectively.
|
25 person months
|
|
|
75 person months
|
|
|
62.5 person months
|
|
|
72.5 person months
|
— Functional points(FP)= 500
— Lines of code(LOC) / FP = 50
— Effort(E) = a(KLOC)b
— a = 2.5 and b = 1.0
— KLOC=?
Step-1: Find out KLOC
KLOC= ((LOC / FP)*FP)/1000
= 25
Where K=1000
Step-2: Find out Effort(E)= 2.5(25)1.0
= 62.5 person months.
— Functional points(FP)= 500
— Lines of code(LOC) / FP = 50
— Effort(E) = a(KLOC)b
— a = 2.5 and b = 1.0
— KLOC=?
Step-1: Find out KLOC
KLOC= ((LOC / FP)*FP)/1000
= 25
Where K=1000
Step-2: Find out Effort(E)= 2.5(25)1.0
= 62.5 person months.
