MCQ Practice Single Best Answer Topic: Structured Programming

Q Which programming construct is commonly associated with structured programming for controlling the flow of execution?

Question ID
#19987
Subchapter
Structured Programming
Action
Choose one option below

Choose Your Answer

Click an option to check whether your answer is correct.

  • A Goto statement
  • B Break statement
  • C Switch statement
  • D If-else statement
Correct Answer: D

Explanation

Structured programming relies on the use of control structures like the if-else statement to control the flow of execution in a structured and understandable manner. Goto statements, known for their unstructured nature, are discouraged in structured programming.

Share This Question

Share this MCQ with your friends or study group.