Exam-style question
Try this first
A developer checks whether another programmer could modify a system to add a new report without changing unrelated parts of the program. Which criterion is being evaluated?.
- A.Maintainability
- B.Portability
- C.Functionality
- D.Performance
Model answer
What a good answer should say
- Maintainability
Explanation
Why this works
Maintainability is the ease with which a system can be corrected, changed or extended. A system that can be modified without widespread changes is more maintainable.
Common mistake
No common mistake is linked to this question yet.
