What is the purpose of a truth table? [2]
To predict all possible outputs [1] from a program given all possible inputs [1]
What are the three Boolean operators? [3]
AND [1] OR [1] NOT [1]
What is the rule for an AND gate? [1]
Both inputs must be True / 1 [1]
What is the rule for an OR gate? [1]
One or both inputs must be True / 1 [1]
What is the rule for a NOT gate? [1]
Input must be False [1] (A NOT gate flips the input)
Which gate is this? [1]
And [1]
Which gate is this? [1]
NOT [1]
Which gate is this? [1]
OR [1]
What would be the outcome of this gate if A was 1 and B was 0?
1