Programming (Year 11)
Control Structures
What is the purpose of a 'while' loop?
To iterate a fixed number of times
To execute as long as a condition is true
To define a function
To handle exceptions
Next