Q.

Which of the following is not an advantage of using modules?

A. provides a means of reuse of program code
B. provides a means of dividing up tasks
C. provides a means of reducing the size of the program
D. provides a means of testing individual parts of the program
Answer» C. provides a means of reducing the size of the program
Explanation: the total size of the program remains the same regardless of whether modules are used or not. modules simply divide the program.
828
0
Do you find this helpful?
3

Discussion

No comments yet