Selection

Summary: A control structure that allows a program to choose between different paths of execution based on a condition. Implemented using IF, THEN, ELSE, ELSEIF, CASE/SWITCH statements. Tags: concepts computer-science igcse-computer-science programming Created: 2026-05-08T14:03:00Z Last Updated: 2026-05-08T14:03:00Z


Content

A control structure that allows a program to choose between different paths of execution based on a condition. Implemented using IF, THEN, ELSE, ELSEIF, CASE/SWITCH statements.