Multiple choice Which of the following is a measure to test how good or bad a modular design is? Module strength Module coupling Static analysis 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.