UGC-NET | UGC NET CS 2017 Jan – III | Question 46
A software project was estimated at 352 Function Points (FP). A four person team will be assigned to this project consisting of an architect, two programmers, and a tester. The salary of the architect is ` 80,000 per month, the programmer ₹ 60,000 per month and the tester ₹ 50,000 per month. The average productivity for the team is 8 FP per person month. Which of the following represents the projected cost of the project ?
(A) ₹ 28,16,000
(B) ₹ 20,90,000
(C) ₹ 26,95,000
(D) ₹ 27,50,000
Answer: (D)
Explanation: In given question we have total 352 Function Points (FP)
Average FP = 8 per person per month
4 person team is assigned to the project which is consist of an architect(₹ 80,000 per month), two programmers(₹ 60,000 per person per month), and a tester(₹ 50,000 per month).
So, 352 / (8 * 4) = 11 months projected cost of the project = (1 architect + 2 programmer + 1 tester) * 11 = (80000 + 2 * 60000 + 50000) * 11 = ₹ 2750000.
So, option (D) is correct.
Please Login to comment...