3,091 views
0 votes
0 votes

The Software Maturity Index (SMI) is defined as $SMI=[M_f – (F_a +F_c + F_d)] / M_f$

where $M_f$= number of modules in current release

$F_a$ =the number of module in the current release that have been added

$F_c$ = the number of module in the current release that have been changed

$F_d$= the number of module in the current release that have been deleted

The product begins to stabilize when

  1. SMI approaches 1
  2. SMI approaches 0
  3. SMI approaches -1
  4. None of the above

1 Answer

Best answer
3 votes
3 votes

answer A

The product begins to stabilize when

No new module is added in the current release , Fa=0

No change happened in old release, Fc=0

No module is removed from old release , Fd=0

SMI = [Mf - (Fa+Fc+Fd)]/Mf =[Mf -(0+0+0)]/Mf =1

FdSMI

selected by
Answer:

Related questions

3.2k
views
1 answers
0 votes
go_editor asked Jul 16, 2016
3,205 views
Match the following $:$\begin{array}{} \text{a.} & \text{RAID 0} & \text{i.} & \text{Bit interleaved parity} \\ \text{b.} & \text{RAID 1} & \text{ii.} & \text{Non redundant ... $\text{a-iii, b-ii, c-iv, d-i}$
1.9k
views
1 answers
0 votes
go_editor asked Jul 16, 2016
1,854 views
The following three golden rulesPlace the user in controlReduce the user’s memory loadMake the interface consistentare ofUser satisfactionGood interface designSaving system’s resourcesNone of these
3.2k
views
2 answers
0 votes
Sanjay Sharma asked Jun 1, 2016
3,171 views
______ is a process model that removes defects before they can precipitate serious hazards.Incremental modelSpiral modelCleanroom software engineeringAgile model
4.8k
views
3 answers
0 votes
go_editor asked Jul 16, 2016
4,849 views
Equivalence partitioning is a ______ method that divides the input domain of a program into classes of data from which test cases can be derivedWhite-box testingBlack-box testingOrthogonal array testingStress testing