edited by
3,350 views
0 votes
0 votes

A legacy software system has $940$ modules. The latest release required that $90$ of these modules be changed. In addition, $40$ new modules were added and $12$ old modules were removed. Compute the software maturity index for the system.

  1. $0.849$
  2. $0.524$
  3. $0.725$
  4. $0.923$
edited by

1 Answer

3 votes
3 votes

Ans A

SMI = Mt – ( Fa + Fc + Fd)/Mt, Where

SMI – is the Software Maturity Index value

Mt – is the number of software functions/modules in the current release

Fc – is the number of functions/modules that contain changes from the previous release

Fa – is the number of functions/modules that contain additions to the previous release

Fd – is the number of functions/modules that are deleted from the previous release.

SMI =(940 - (40 + 90 + 12 )) /940

        =0.8489

        =0.849

Related questions

12 votes
12 votes
1 answer
1
0 votes
0 votes
2 answers
2
Arjun asked Jan 2, 2019
2,399 views
​​​​​Match List-I with List-II and choose the correct answer from the code given below :$\begin{array}{|c|c|c|c|} \hline & \textbf{List I} & & \textbf{List II} ...
1 votes
1 votes
1 answer
3
Arjun asked Jan 2, 2019
5,695 views
​​A box contains six red balls and four green balls. Four balls are selected at random from the box. What is the probability that two of the selected balls will be re...