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

Software-Engineering

Question 412
In the context of modular software design, which one of the following combinations is desirable?
A
High cohesion and high coupling
B
High cohesion and low coupling
C
Low cohesion and high coupling
D
Low cohesion and low coupling
Question 412 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 412 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 *