Software-Engineering
August 28, 2024Types-of-software
August 28, 2024Software-Engineering
Question 73 |
Component level design metric includes
Cohesion metric | |
Complexity metric | |
Coupling metric | |
AIl of the above |
Question 73 Explanation:
Component-level design metrics focus on internal characteristics of a software component and include measures of the “three Cs”—module cohesion, coupling, and complexity. These measures can help a software engineer to judge the quality of a component-level design.
Correct Answer: D
Question 73 Explanation:
Component-level design metrics focus on internal characteristics of a software component and include measures of the “three Cs”—module cohesion, coupling, and complexity. These measures can help a software engineer to judge the quality of a component-level design.