Home / Engineering / Problem Solving and Python Programming / Question

M

Mr. Dubey • 51.47K Points
Coach

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
Correct answer : Option (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.

Share

Discusssion

Login to discuss.