🎴 Flashcard Mode

Software Engineering

Card1 / 15
Mastered0
Review0
QuestionClick to flip

Consider a large application software of 500 modules. During the year as part of maintenance effort 15 modules were changed, 10 were added and 20 were deleted. The software maturity index (SMI) is ___________.

AnswerClick to flip back
A
.91
💡 Explanation:

SMI = (total modules - (modules altered(add,delete or modify))/total modules.
SMI = (500 - (15 + 10 + 20))/500 = 0.91

Change Mode