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

In the context of algorithm design, what does the term 'iteration' primarily refer to?
The process of debugging an algorithm
Repeating a set of actions
The initial planning stage of an algorithm
The way the algorithm displays data

Explanation

Iteration means repeating a set of actions or instructions within an algorithm.

Comments (0)

Advertisement