Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 1 - No. 22)

What does the term 'iteration' represent in an algorithm?
A single execution of a set of instructions
The repetition of a set of instructions.
The selection of a specific set of instructions.
The process of inputting data into an algorithm.

Explanation

Iteration refers to the repeated execution of a block of code.

Comments (0)

Advertisement