Digital Circuits - Logic Gates
Digital Circuits - Logic Gates
A NOT gate is a digital circuit that has single input and single output.
The output of NOT gate is the logical inversion of input. Hence, the
NOT gate is also called as inverter.
The following table shows the truth table of NOT gate.
Universal gates
NAND gate is a digital circuit that has two or more inputs and produces
an output, which is the inversion of logical AND of all those inputs.
The following table shows the truth table of 2-input NAND gate.
NOR gate
NOR gate is a digital circuit that has two or more inputs and produces
an output, which is the inversion of logical OR of all those inputs.
The following table shows the truth table of 2-input NOR gate
Special Gates
The full form of Ex-OR gate is Exclusive-OR gate. Its function is same
as that of OR gate except for some cases, when the inputs having even
number of ones.
The following table shows the truth table of 2-input Ex-OR gate.
Ex-NOR gate
The full form of Ex-NOR gate is Exclusive-NOR gate. Its function
is same as that of NOR gate except for some cases, when the
inputs having even number of ones.
The following table shows the truth table of 2-input Ex-NOR gate.