Computer Science for IGCSE & O level - Programming (Section 1 - No. 6)

Which of these programming elements is most often used to handle decision making in code?
Loops
Procedures
Conditional statements (IF/ELSE)
Variables

Explanation

Conditional statements (IF/ELSE) are used to execute different blocks of code based on whether a specific condition is true or false.

Comments (0)

Advertisement