Saved Bookmarks
| 1. |
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» Right option is (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. |
|