Q527
Which of following is/are the advantage(s) of modular programming?
A.
The program is much easier to change
AnswerB.
Modules can be reused in other programs
C.
Easy debugging
D.
Easy to compile
E.
None of the above
Answer: Option A
Solution
Answer: Option A
Solution:
Modular programs are usually easier to code, debug, and change than monolithic programs. The modular approach to programming is similar to the design of hardware that contains numerous circuits.