ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 26 - CTAL-TTA discussion

Report
Export

Within an embedded software project, the maintainability of the software is considered to be critical. It has been decided to use static analysis on each delivered software component.

Which of the following metrics is NOT a maintainability metric typically used with static analysis?

A.
Number of Lines of Code (LOG)
Answers
A.
Number of Lines of Code (LOG)
B.
Number of Function Calls
Answers
B.
Number of Function Calls
C.
Mean Time Between Failures
Answers
C.
Mean Time Between Failures
D.
Comment Frequency
Answers
D.
Comment Frequency
Suggested answer: C

Explanation:

Maintainability metrics typically used with static analysis include measures that reflect the complexity and understandability of the code, such as Number of Lines of Code (LOC), Number of Function Calls, and Comment Frequency. These metrics help in assessing how easily the software can be understood, modified, and maintained. Mean Time Between Failures (MTBF), on the other hand, is a reliability metric. It measures the time elapsed between inherent failures of a system during operation. MTBF is used to predict the system's reliability and is not directly related to the maintainability of the code. Reliability metrics like MTBF would be used in the testing phase to measure the operational reliability of the system rather than during static analysis for maintainability assessment.

asked 18/09/2024
Teboho Dintwe
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first