Boolean Logic uses the values true and false, worked with by logic gates.
The main gates are AND (true only if both inputs are true), OR (true if at least one input is true) and NOT (reverses the input). A truth table lists every possible input and output.
Remember
- AND = both true · OR = at least one true · NOT = opposite.
- Truth tables show all input/output combinations.