Select one option to show which of the following is a true statement about the algorithm in Figure 1.
Figure 1
1 score ← USERINPUT
2 IF score >= 50 AND score <= 100 THEN
3 OUTPUT "Pass"
4 ELSE
5 OUTPUT "Fail"
6 ENDIF
This algorithm uses iteration.
This algorithm uses a Boolean operator.
This algorithm uses the division operator.
This algorithm uses a named constant.
19 exam-style questions on AQA GCSE Computer Science Boolean operations in a programming language. Each one has a worked solution and a mark scheme showing where the marks go.