Logic Gates
is a tabular
representation of all the
combinations of values for inputs
and their corresponding outputs.
Truth Table
The output value is
based on the value of input
BUFFER GATE
The output value is
the opposite of the value of
input.
INVERTER OR NOT GATE
All input
signals should be 1 to get
an output of 1.
AND GATE
If 1 of the
input signal is 1, the output
is 1.
OR GATE
It inverts
the output of an OR gate.
NOR GATE
It inverts
the output of an AND gate
NAND GATE
It inverts
the XOR Gate
XNOR GATE
It gives an
output of 1 if the input count
is odd.
XOR GATE