This test is run by .
Note that your final mark will not be saved in the system.
Note that your final mark will not be saved in the system.
Data Types / Arithmetic, Relational & Boolean Operations Categorise
Target Level
4-5
Running Total
0
0%
Attempt
1 of 1
Click on an item, then click on a category to place it. Or, drag and drop the item into the correct category. Organise all items before clicking 'Check'.
True
False
a ← 9
b ← 9
c ← 4
a ≤ b AND a ≤ c
b ← 9
c ← 4
a ≤ b AND a ≤ c
a ← true
b ← false
c ← true
b = (a AND (NOT b) AND c) OR (a AND b AND c)
b ← false
c ← true
b = (a AND (NOT b) AND c) OR (a AND b AND c)
a ← 8
b ← 15
a ≠ b
b ← 15
a ≠ b
a ← 8
b ← 15
a > b
b ← 15
a > b
a ← 9
b ← 6
a ≥ b
b ← 6
a ≥ b
a ← 12
b ← 12
c ← 3
d ← 6
a ≤ b AND c ≠ d
b ← 12
c ← 3
d ← 6
a ≤ b AND c ≠ d
a ← true
b ← false
a ≠ (a AND b) OR (NOT a)
a ← 9
b ← 9
c ← 4
(a > b) OR (a < c)
b ← 9
c ← 4
(a > b) OR (a < c)