Computer Science for IGCSE & O level - Programming (Section 8 - No. 29)
Which programming practice significantly enhances the organization and reusability of code?
Using only single-letter variable names.
Writing very long functions and procedures.
Employing modular design principles.
Completely avoiding the use of loops.
Explanation
Modularity supports organized and reusable code.
Comments (0)
