Which of the following is not a metric for design model ?
A. Interface design metrics
B. Component-level metrics
C. Architectural metrics
D. Complexity metrics
Explanation: Complexity metrics measure the logical complexity of source code.
A. Interface design metrics
B. Component-level metrics
C. Architectural metrics
D. Complexity metrics
Explanation: Complexity metrics measure the logical complexity of source code.
A. FP = [count total * 0.65] + 0.01 * sum(Fi)
B. FP = count total * [0.65 + 0.01 * sum(Fi)].
C. FP = count total * [0.65 + 0.01] * sum(Fi)
D. FP = [count total * 0.65 + 0.01] * sum(Fi)
Explanation: Option b is the correct formula for Function Point Computation
A. DRE (Defect Removal Efficiency)
B. Function points analysis
C. Control Chart
D. All of the mentioned
Explanation: Others options are formulas.
A. Number of Static Content Objects
B. Number of Dynamic Content Objects
C. Number of Inherited Objects
D. Word Count
Explanation: There is no such metric as an inherited object’s count.
A. maximum number of nodes at any level
B. longest path from the root to a leaf
C. number of modules
D. lines of control
Explanation: ‘a’ represents the arcs or the lines of control.
A. Product Metrics
B. Process Metrics
C. Project Metrics
D. All of the mentioned
Explanation: Project Metrics describe the project characteristics and execution
A. correctness
B. integrity
C. maintainability
D. all of the mentioned
Explanation: Mean time to change (MTTC. is the time it takes to analyze the change request, design an appropriate modification, implement the change, test it, and distribute the change to all users.