Logic Diagrams
AND, OR & NOT gates, or Q = NOT A AND (B OR C)
AND
Output can only be true if BOTH inputs are true.
OR
Output can only be true if AT LEAST ONE of the inputs are true.
NOT
Output can only be true if the input is false. In other words, it inverts the input.
Truth Tables
A table representing the inputs, outputs and any necessary workings out.