Multiple choice technology mainframe

The advantages of structured programming are:

  1. to get rid of GO TO statements

  2. visibility and ease of understanding

  3. easy to debug the programs

  4. all the above

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Structured programming provides multiple benefits: it eliminates spaghetti code by removing GO TO statements, improves code readability through top-down design, and makes debugging easier due to clear program flow. All these advantages work together to create more maintainable and reliable software. Option D correctly captures all these benefits.