Rewrite line 2 from the algorithm in Figure 1 without using the NOT operator.
The algorithm must still have the same functionality.
Figure 1
1 score ← USERINPUT
2 IF NOT(score < 40) AND score < 100 THEN
3 OUTPUT "Valid Pass"
4 ELSEIF score < 40 AND score >= 0 THEN
5 OUTPUT "Fail"
6 ELSE
7 OUTPUT "Out of bounds"
8 ENDIF
Practise AQA GCSE Computer Science Boolean operations in a programming language with exam-style questions for GCSE Computer Science. 19 questions, matched to the AQA GCSE Computer Science (8525) specification and written in Paper 1 and Paper 2 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.