I.Boolean operators
AND


OR
If one or both of the switches are closed, the light will be on.
NOT
This operator take the input and output the reverse.
NAND
The NAND operator has an output of 1 when one or both inputs are 0.
NOR
The NOR operator has an output of 1 when both inputs are 0.

XOR
When input are 0 and 1, the output is 1.

II. Truth tables

III. Boolean expressions

IV. Logic and Venn diagrams

