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

What does 'iteration' refer to in the context of coding and testing?
Writing the first version of the code.
Running the program for the first time.
Repeating a process until a condition is met.
Ignoring any errors found during testing.

Explanation

Iteration involves repeating a process.

Comments (0)

Advertisement