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

What does the term 'iteration' mean in the context of algorithms?
The process of inputting data into an algorithm.
The process of repeating a set of actions.
The process of sorting data.
The process of displaying output from an algorithm.

Explanation

Iteration refers to the repetition of a set of instructions or code blocks within an algorithm.

Comments (0)

Advertisement