Question 1
What is the main purpose of an algorithm that uses selection and repetition?
Question 2
Which structure is best described as repeating code while a condition remains true?
Question 3
In an $if$ statement, what does the condition control?
Question 4
Which of the following is an example of selection?
Question 5
Why is a loop useful in an algorithm?