| Keyword | Definition |
|---|---|
| AND | type of logic gate that only gives an output of True if both inputs are also True |
| Binary | 0 or 1 |
| Boolean | True or False |
| Logic | Combining binary or boolean values with AND, OR or NOT |
| NOT | type of logic gate where the output is the opposite of the input |
| OR | type of logic gate that gives an output of True if either or both inputs are True |