Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 8 - No. 23)
In pseudocode, `FOR Index <- 1 TO 10 DO` represents which fundamental programming concept?
A conditional statement.
A loop structure.
A function call.
Variable assignment.
Explanation
This is an example of a loop, where the code inside is executed multiple times.
Comments (0)
