Identify the correct concept described as: a measure of how strongly related the responsibilities within a single module are.
Difficulty: Hard
About this MCQ
This Hard Software Engineering MCQ checks one syllabus fact.
The question is: “Identify the correct concept described as: a measure of how strongly related the responsibilities within a single module are.”
The accepted answer is B. Cohesion. “Identify the correct concept described as: a measure of how strongly related the responsibilities within a single module are.” is answered by Cohesion (option B). Option A (“Waterfall model”) does not match the stem; it is a near-miss used to catch incomplete recall of Cohesion. Option C (“Version control”) does not match the stem; it is a near-miss used to catch incomplete recall of Cohesion. Remaining alternatives (Requirement analysis) fall outside the same rule and should be eliminated once Cohesion is identified. Software Engineering questions of this type reward precise definitions rather than approximate associations. Software Engineering recall of this distinction is a regular item in FPSC, PPSC, NTS, and CSS papers.
- A. Waterfall model
Why not A: “Waterfall model” is not correct. The accepted answer is B. Cohesion. “Identify the correct concept described as: a measure of how strongly related the responsibilities within a single module are.” is answered by Cohesion (option B). Option A (“Water
- B. Cohesion ✓
- C. Version control
Why not C: “Version control” is not correct. The accepted answer is B. Cohesion. “Identify the correct concept described as: a measure of how strongly related the responsibilities within a single module are.” is answered by Cohesion (option B). Option A (“Water
- D. Requirement analysis
Why not D: “Requirement analysis” is not correct. The accepted answer is B. Cohesion. “Identify the correct concept described as: a measure of how strongly related the responsibilities within a single module are.” is answered by Cohesion (option B). Option A (“Water
Correct answer
B. Cohesion
Explanation
“Identify the correct concept described as: a measure of how strongly related the responsibilities within a single module are.” is answered by Cohesion (option B). Option A (“Waterfall model”) does not match the stem; it is a near-miss used to catch incomplete recall of Cohesion. Option C (“Version control”) does not match the stem; it is a near-miss used to catch incomplete recall of Cohesion. Remaining alternatives (Requirement analysis) fall outside the same rule and should be eliminated once Cohesion is identified. Software Engineering questions of this type reward precise definitions rather than approximate associations. Software Engineering recall of this distinction is a regular item in FPSC, PPSC, NTS, and CSS papers.
Source: Software Engineering Official Reference Guide
Tags: computer science, software engineering, sdlc, software development
Submitted by: MCQsHub Editorial
Related MCQs
- What is the name for a measure of how closely connected different modules of a software system are?
- What does Software maintenance refer to?
- Which term refers to the process of modifying software after delivery to fix issues or improve performance?
- Select the accurate description of Continuous Integration (CI).
- The following statement describes a specific concept. What is it called? a practice of frequently merging code...
- What is Refactoring primarily used for?