McqMate
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. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet