Multiple choice

The word we use to describe loops in a computer program is...

  1. Iteration

  2. Sequence

  3. Selection

  4. Loopy McLooperson

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

Iteration is the formal term used to describe the process of repeating a set of instructions or a block of code in a program.