Multiple choice

What is iteration?

  1. A process of looping or repeating sections of a program

  2. A process of fixing a program

  3. A program that uses selection

  4. A program that performs bug checks continuously

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

Iteration is the process of repeating a specific block of code multiple times, usually controlled by a loop structure.