Question

What is the primary goal of "cohesion" in software design?

A To minimize dependencies between modules. Correct Answer Incorrect Answer
B To maximize the number of functions within a module. Correct Answer Incorrect Answer
C To ensure that elements within a module are functionally related. Correct Answer Incorrect Answer
D To reduce the overall size of the software. Correct Answer Incorrect Answer
E To increase the complexity of the system. Correct Answer Incorrect Answer

Solution

Answer: C) To ensure that elements within a module are functionally related.

Practice Next
ask-question