Computer Science for IGCSE & O level - Programming (Section 2 - No. 36)
What does the term 'sequence' refer to in the context of programming?
A control structure that repeatedly executes a block of code.
The order in which steps in an algorithm are executed.
A set of decisions based on conditions.
Storing multiple values within a single variable.
Explanation
Sequence refers to the specific order in which the steps of an algorithm are executed.
Comments (0)
