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

What is the main goal of using a 'modular' approach in programming?
To make the code run faster.
To make the code more complex.
To break the code into manageable pieces to enhance code organization and reusability.
To reduce the overall number of lines of code.

Explanation

The main aim of modularity is to divide the program to make it more manageable.

Comments (0)

Advertisement