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

In an algorithm, what operations are most commonly associated with the control structures `IF...THEN...ELSE` and `CASE OF`?
Making decisions based on conditions.
Repeating a sequence of actions.
Selecting different actions based on conditions.
Creating loops.

Explanation

IF...THEN...ELSE and CASE OF structures help to make decisions and select between different sets of instructions based on some criteria.

Comments (0)

Advertisement