Digital Logic Gates Summary
Digital Logic Gates Summary
We have also seen that digital logic gates have an opposite or complementary form of
itself in the form of the NAND Gate, the NOR Gate and the Buffer respectively, and
that any of these individual gates can be connected together to form more
complex Combinational Logic circuits.
We have also seen, that in digital electronics both the NAND gate and the NOR gate
can both be classed as “Universal” gates as they can be used to construct any other
gate type. In fact, any combinational circuit can be constructed using only two or three
input NAND or NOR gates. We also saw that NOT gates and Buffers are single input
devices that can also have a Tri-state High-impedance output which can be used to
control the flow of data onto a common data bus wire.
Digital Logic Gates can be made from discrete components such
as Resistors, Transistors and Diodes to form RTL (resistor-transistor logic)
or DTL (diode-transistor logic) circuits, but today’s modern digital 74xxx series
integrated circuits are manufactured using TTL (transistor-transistor logic) based on
NPN bipolar transistor technology or the much faster and low power CMOS based
MOSFET transistor logic used in the 74Cxxx, 74HCxxx, 74ACxxx and the 4000
series logic chips.
The eight most “standard” individual Digital Logic Gates are summarised below
along with their corresponding truth tables.
B A Q
0 0 0
0 1 0
1 0 0
1 1 1
B A Q
0 0 0
0 1 1
1 0 1
1 1 1
B A Q
0 0 1
0 1 1
1 0 1
1 1 0
B A Q
0 0 1
0 1 0
1 0 0
1 1 0
B A Q
0 0 0
0 1 1
1 0 1
1 1 0
B A Q
0 0 1
0 1 0
1 0 0
1 1 1
A Q
0 0
1 1
A Q
0 1
1 0
Read as inverse of
Boolean Expression Q = not A or A
A gives Q
The operation of the above Digital Logic Gates and their Boolean expressions can be
summarised into a single truth table as shown below. This truth table shows the
relationship between each output of the main digital logic gates for each possible
input combination.
0 0 0 1 0 1 0 1
0 1 0 1 1 0 1 0
1 0 0 1 1 0 1 0
1 1 1 0 1 0 0 1
A NOT Buffer
0 1 0
1 0 1