...
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024
Software-Engineering
August 28, 2024

Software-Engineering

Question 306
The main objective of designing various modules of a software system is :
A
To decrease the cohesion and to increase the coupling
B
To increase the cohesion and to decrease the coupling
C
To increase the coupling only
D
To increase the cohesion only
Question 306 Explanation: 
→ Cohesion is a measure of internal strength within a module, whereas coupling is a measure of inter dependency among the modules.
→ So in the context of modular software design there should be high cohesion and low coupling.
Correct Answer: B
Question 306 Explanation: 
→ Cohesion is a measure of internal strength within a module, whereas coupling is a measure of inter dependency among the modules.
→ So in the context of modular software design there should be high cohesion and low coupling.

Leave a Reply

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