Computer Science for IGCSE & O level - Programming (Section 1 - No. 14)

Which of the following is a critical element in the design of efficient and reliable programs?
Using only short and simple variable names.
Avoidance of all functions and procedures.
Applying the principles of modularity.
Minimizing the use of comments in the code.

Explanation

Modularity promotes good code organization.

Comments (0)

Advertisement