317,954 views
22 votes
22 votes
Which of the following are advantages of structured programming design? Choose all that apply.

It has a modular design that makes it easy to test and debug the programs.
It has logic flow that is easy to follow because modules are called as needed.
It is easy to change if the problem definition or top-level logic changes significantly.
It makes use of common routines that are developed and tested, then called as needed.

User Gatorfax
by
3.0k points

2 Answers

25 votes
25 votes

Answer:

Which of the following are advantages of structured programming design? Choose all that apply.

It has a modular design that makes it easy to test and debug the programs.

It has logic flow that is easy to follow because modules are called as needed.

It makes use of common routines that are developed and tested, then called as needed.

User MNIK
by
2.7k points
4 votes
4 votes

Answer:

A,b and d

Step-by-step explanation:

User Fuat
by
3.2k points