Each pass through a loop is called a/an
-
enumeration
-
iteration
-
culmination
-
pass through
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.