Question 13825 – Teaching Aptitude
November 22, 2023Question 1312 – Data-Structures
November 22, 2023UGC NET CS 2013 June-paper-2
Question 4 |
A good software design must have
High module coupling, High module cohesion | |
High module coupling, Low module cohesion | |
Low module coupling, High module cohesion | |
Low module coupling, Low module cohesion |
Question 4 Explanation:
→ A good software design must have low module coupling and high module cohesion.
→ Coupling and Cohesion are used in software design. Cohesion measures strength of a module while coupling measures interdependency between modules.
→ Coupling and Cohesion are used in software design. Cohesion measures strength of a module while coupling measures interdependency between modules.
Correct Answer: C
Question 4 Explanation:
→ A good software design must have low module coupling and high module cohesion.
→ Coupling and Cohesion are used in software design. Cohesion measures strength of a module while coupling measures interdependency between modules.
→ Coupling and Cohesion are used in software design. Cohesion measures strength of a module while coupling measures interdependency between modules.