...
Question 13825 – Teaching Aptitude
November 22, 2023
Question 1312 – Data-Structures
November 22, 2023
Question 13825 – Teaching Aptitude
November 22, 2023
Question 1312 – Data-Structures
November 22, 2023

UGC NET CS 2013 June-paper-2

Question 4
A good software design must have
A
High module coupling, High module cohesion
B
High module coupling, Low module cohesion
C
Low module coupling, High module cohesion
D
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.
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.

Leave a Reply

Your email address will not be published. Required fields are marked *