Computer Science for IGCSE & O level - Programming (Section 12 - No. 50)
In the context of programming, what does "iteration" refer to?
The order of steps in a program
The repetition of a set of steps
The selection of a path through a program
The manipulation of strings
Explanation
Iteration is the process of repeating a block of code multiple times until a certain condition is met.
Comments (0)
