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

In the context of algorithms, what are the typical components of a loop structure?
Initialization
Condition
Iteration
Termination

Explanation

Initialization, a condition to check, an iteration to perform actions repeatedly, and a termination condition to stop the loop.

Comments (0)

Advertisement