Software-Engineering
August 28, 2024Software-Engineering
August 28, 2024Software-Engineering
|
Question 233
|
In a function oriented design, we
|
minimize cohesion and maximize coupling
|
|
|
maximize cohesion and minimize coupling
|
|
|
maximize cohesion and maximize coupling
|
|
|
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.
→ 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.
→ 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.
