Multiple choice

which of the following does not define iteration?

  1. using a while loop

  2. repetition

  3. using a for loop

  4. start again

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

Iteration refers to the process of repeating a block of code. 'Start again' is not a formal definition of iteration in programming.