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

Software-Engineering

Question 233
In a function oriented design, we
A
minimize cohesion and maximize coupling
B
maximize cohesion and minimize coupling
C
maximize cohesion and maximize coupling
D
minimize cohesion and minimize coupling
Question 233 Explanation: 
→ Cohesion is a measure of internal strength within a module, whereas coupling is a measure of inter dependency among the modules.
→ In a functional oriented design/modular software design there should be high cohesion and low coupling.
→ It requires High Fan-In and Low fan-out.
Correct Answer: B
Question 233 Explanation: 
→ Cohesion is a measure of internal strength within a module, whereas coupling is a measure of inter dependency among the modules.
→ In a functional oriented design/modular software design there should be high cohesion and low coupling.
→ It requires High Fan-In and Low fan-out.

Leave a Reply

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