InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a metric for design model?(a) Interface design metrics(b) Component-level metrics(c) Architectural metrics(d) Complexity metricsI got this question in my homework.Asked question is from Metrics Analysis topic in portion Software Metrics of Software Engineering |
|
Answer» RIGHT option is (d) COMPLEXITY metrics The EXPLANATION is: Complexity metrics MEASURE the LOGICAL complexity of source code. |
|