Choose one option to show which of the following is a true statement about the algorithm in Figure 1.
Figure 1
1 LIMIT ← 100
2 score ← USERINPUT
3 IF score > LIMIT THEN
4 OUTPUT "High Score!"
5 ELSE
6 OUTPUT "Keep Trying!"
7 ENDIF
This algorithm uses iteration.
This algorithm uses a named constant.
This algorithm uses a Boolean operator.
This algorithm uses the division operator.
298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.