Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 21)

What is the primary goal of modularity in software design?
To make the code run faster.
To break down the code into smaller, manageable, and reusable units.
To hide the implementation details.
To simplify user interface design.

Explanation

Modularity aims to break down a large system into smaller, manageable components (modules).

Comments (0)

Advertisement