Computer Science for IGCSE & O level - Programming (Section 4 - No. 49)
What does the term 'selection' refer to in programming?
The order of the code execution.
Repeating a part of the code.
Choosing different paths of code execution.
Storing data in the memory.
Explanation
Selection involves choosing different execution paths based on conditions.
Comments (0)
