1.3.1: be able to apply logical operators (AND, OR, NOT) in truth tables with up to three inputs to solve problems
| Keyword | Definition |
|---|---|
| AND | a logical operator where the output is only 1 if both inputs are 1 |
| binary | 0s and 1s |
| boolean expression | a question with an answer which is either true or false |
| logical operator | A way of combining boolean expressions or binary values AND, OR or NOT |
| NOT | a logical operator where the output is the opposite of the input |
| OR | a logical operator where the output is 1 if either or both inputs are 1 |
| truth table | a grid showing the outputs for all possible combinations of inputs |