Computer Science for IGCSE & O level - Programming (Section 12 - No. 10)
What is meant by the term 'iteration' in the context of a programming loop?
The process of defining a new variable.
The process of declaring a new data type.
A single execution of the code block within the loop.
The initialization of loop variables.
Explanation
Each time the loop's code block runs, it's one iteration.
Comments (0)
