Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
| Question 412 |
In the context of modular software design, which one of the following combinations is desirable?
| High cohesion and high coupling | |
| High cohesion and low coupling | |
| Low cohesion and high coupling | |
| 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.
→ 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.
→ So in the context of modular software design, there should be high cohesion and low coupling.
