Multiple choice

Which of the following is a measure to test how good or bad a modular design is?

  1. Module strength

  2. Module coupling

  3. Static analysis

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Module strength (also known as cohesion) measures how closely related the internal functions of a module are, which is a key metric for evaluating modular design quality.