Multiple choice technology programming languages

Each pass through a loop is called a/an

  1. enumeration

  2. iteration

  3. culmination

  4. pass through

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

Each pass through a loop is called an iteration. This is standard programming terminology used across all languages. Enumeration refers to listing items, culmination is an ending point, and 'pass through' is not the technical term.