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

What are the advantages of using a modular approach in algorithm design?
Simplified testing
Easier debugging
Improved code readability
Faster execution

Explanation

Modules make the algorithm easier to understand, debug, and test.

Comments (0)

Advertisement