Multiple choice

What best describes the construct sequencing?

  1. Programming code following a logical order

  2. Programming code that repeats

  3. Programming code performs an action based on a condition

  4. Programming code that assigns a value to a variable

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

Sequencing is the basic construct where instructions are executed one after another in the order they appear.