retagged by
8,417 views
2 votes
2 votes

Assume that the software team defines a project risk with $80$% probability of occurrence of risk in the following manner: Only $70$ percent of the software components scheduled for reuse will be integrated into the application and the remaining functionality will have to be custom developed. If $60$ reusable components were planned with average component size as $100$ LOC and software engineering cost for each LOC as $14, then the risk exposure would be

  1. $25,200
  2. $20,160 
  3. $17,640 
  4. $15,120  
retagged by

1 Answer

4 votes
4 votes

Answer B

In the application, 

  • Number of reusable components planned =60
  • Part of reusable components actually included=70%
  • Number of components developed freshly = 30% of 60=18
  • Development cost = 18 x 100 x 14$ 
  • Probability of occurrence of risk =80%
  • Risk exposure = 0.8 x 18 x 100 x 14 = 20160$
Answer:

Related questions

0 votes
0 votes
1 answer
1
1 votes
1 votes
1 answer
3
makhdoom ghaya asked Jul 29, 2016
4,082 views
Temporal cohesion meansCoincidental cohesionCohesion between temporary variablesCohesion between local variables Cohesion with respect to time
2 votes
2 votes
1 answer
4