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

What is a primary characteristic of the FOR...TO...NEXT loop?
It executes a block of code as long as a certain condition is met.
It repeats a set of instructions a specified number of times.
It executes a block of code at least once.
It is used to make decisions based on conditions.

Explanation

The FOR...TO...NEXT loop is designed for repeated execution of a code block, for a pre-determined number of times.

Comments (0)

Advertisement