Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
Question 306 |
The main objective of designing various modules of a software system is :
To decrease the cohesion and to increase the coupling | |
To increase the cohesion and to decrease the coupling | |
To increase the coupling only | |
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.
→ 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.
→ So in the context of modular software design there should be high cohesion and low coupling.