Boolean operator: NOT
1) NOT gates take a single input and give a single output
2) The output is always the opposite value to the input (e.g. if 1 is input, it outputs 0)
Logic gate symbol: NOT
.
Truth table: NOT
.
Boolean operator: AND
1) AND gates take two inputs and give one output
2) If both inputs are 1, the output is 1, otherwise the output is 0
Logic gate symbol: AND
.
Truth table: AND
.
Boolean operator: OR
1) OR gates take two inputs and give one output
2) If one or more inputs are 1, then the output is 1, otherwise the output is 0
Logic gate symbol: OR
.
Truth table: OR
.