Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 5 - No. 46)
In the context of conditional statements, what do the keywords IF, THEN, ELSE, and ENDIF signify?
Looping structures
Assignment of values
Decision-making based on conditions
Input and output operations
Explanation
These keywords help in determining which code block to execute depending on the condition.
Comments (0)
