COCOMO-Model
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
|
Question 401
|
A company needs to develop a strategy for software product development for which it has a choice of two programming languages L1 and L2. The number of lines of code (LOC) developed using L2 is estimated to be twice the LOC developed with Ll. The product will have to be maintained for five years. Various parameters for the company are given in the table below
|
4000
|
|
|
5000
|
|
|
4333
|
|
|
4667
|
Question 401 Explanation:
Let LOC of L1=x, so LOC of L2=2x
Now,
(x/10000)*1000000 + 5*100000 = (2x/10000)*750000 + 5*50000
Solving for x, we get x =5000
Now,
(x/10000)*1000000 + 5*100000 = (2x/10000)*750000 + 5*50000
Solving for x, we get x =5000
Correct Answer: B
Question 401 Explanation:
Let LOC of L1=x, so LOC of L2=2x
Now,
(x/10000)*1000000 + 5*100000 = (2x/10000)*750000 + 5*50000
Solving for x, we get x =5000
Now,
(x/10000)*1000000 + 5*100000 = (2x/10000)*750000 + 5*50000
Solving for x, we get x =5000
