Computer Science for IGCSE & O level - Programming (Section 7 - No. 20)

What is the benefit of modular programming?
It increases the code's complexity.
It makes the code harder to read.
It makes it easier to understand, test, and maintain code.
It eliminates the need for variables.

Explanation

Breaking the code into modules makes it easier to manage.

Comments (0)

Advertisement