Multiple choice

Control structures include

  1. iteration

  2. rendezvous statement

  3. exception statement

  4. all of the above

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

Control structures define the flow of execution in a program. Iteration (loops), rendezvous statements (in concurrent programming), and exception handling are all mechanisms used to manage program flow.