Question:

Which of the following best represents structured programming?

Show Hint

Structured programming is based on \[ \boxed{ \text{Sequence, Selection, Iteration, Functions and Blocks} } \]
Updated On: Jul 23, 2026
  • Using goto statements
  • Using functions and blocks
  • Writing long code
  • Avoiding loops
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Structured programming emphasizes dividing a program into small, reusable modules using functions and blocks. It avoids excessive use of goto statements and improves readability and maintainability. Hence, \[ \boxed{\text{Using functions and blocks}} \] is the correct answer. Therefore, \[ \boxed{(B)} \]
Was this answer helpful?
0
0