Which of the following is not categorized under Component-Level Design Metrics ?
A. Complexity Metrics
B. Cohesion Metrics
C. Morphology Metrics
D. Coupling Metrics
Explanation: Morphology metrics are a part of High level design metrics.
A. Complexity Metrics
B. Cohesion Metrics
C. Morphology Metrics
D. Coupling Metrics
Explanation: Morphology metrics are a part of High level design metrics.
A. Analysis Model
B. Testing
C. Design Model
D. Source Code
Explanation: These metrics lead to the design of test cases that provide program coverage.
A. Number of Static Content Objects
B. Number of Dynamic Content Objects
C. Web Page Similarity
D. Number of Internal Page Links
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.
A. Integrity = [Sigma(1 – threat)] * (1 – security)
B. Integrity = [1 – Sigma(threat)] * (1 – security)
C. Integrity = [1 – threat * Sigma(1 – security)]
D. Integrity = Sigma[1 – threat * (1 – security)]
A. number of Functions
B. number of user inputs
C. number of lines of code
D. amount of memory usage
Explanation: None.
A. size
B. complexity
C. effort
D. all of the mentioned