Multiple choice

The word we use to describe computers carrying out one instruction at a time, in order, is...

  1. Iteration

  2. Sequence

  3. Selection

  4. Followin' orders

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

Sequence refers to the execution of instructions one after another in the order they appear in the code.