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
πŸ’¬ Discuss
βœ… Correct 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.

Explanation by: Mr. Dubey
the total size of the program remains the same regardless of whether modules are used or not. modules simply divide the program.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
265
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
87%
Success Rate