SOFTWARE ENGINEERING

SOFTWARE MAINTENANCE AND EVOLUTION

MAINTENANCE ACTIVITIES AND TYPES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which are process measurements that may be used to assess maintainability?!. Number of requests for corrective maintenanceII. Average time required for software requirements and designIII. Average time taken to implement a change requestIV. Number of outstanding change requests
A
I, II, III
B
I, II, IV
C
I, III, IV
D
All above
Explanation: 

Detailed explanation-1: -Maintainability is often measured with a metric like MTTRS-the mean time to restore the system. Example of maintainability requirements: The mean time to restore the system (MTTRS) following a system failure must not be greater than 10 minutes. MTTRS includes all corrective maintenance time and delay time.

Detailed explanation-2: -But as a quick refresher, Cyclomatic Complexity is a code quality metric that measures the understandability and maintainability/testability of code by measuring the number of independent paths through that code.

There is 1 question to complete.