Digital Logic XXX
Digital Logic XXX
Digital Logic
With combinational logic systems, the output is
determined by the combination of the input variables at a
Digital Logic particular instant of time. The output does not depend on
what the inputs previously were.
1
10/9/2017
NOT gate
NAND gate
Combination of AND gate followed by NOT gate
Combining Gates
2
10/9/2017
Example Solution
Write the Boolean logic expression for the
pushbutton switch system below using the X2
X2 Y2= ( X1 Y1) X 2
following symbols:
Y1
X1 = START, X2 = STOP, Y1 = MOTOR, and Y2 =
X1
POWER-TO-MOTOR. X1+Y1
Y2
X2 Y1
Truth Table
X1
@HSM 13 @HSM 14
Common sequencing devices: Where a system requires an output which depends on earlier values
of the inputs, a sequential logic system is required.
Timer output switches on/off at preset times
Counter counts electrical pulses and stores them The main difference between a combinational logic system and a
sequential logic system is that the sequential logic system must have
@HSM 15
some form of memory.
SR flip-flop:
3
10/9/2017
A register is
a set of
memory
elements
and is used
to hold
information
until it is
needed.
4
10/9/2017
Summary of Digital Logic Problem: For the time intervals shown as A and B
With (1) combinational logic systems, the output is determined by the combination
in Fig., which will be the output signal if A and B
of the input variables at a particular instant of time. The output does not depend are inputs to (a) an AND gate (b) an OR gate?
on what the inputs previously were. Where a system requires an output which
depends on earlier values of the inputs, a sequential logic system is required.
The main difference between a combinational logic system and a sequential logic
system is that the sequential logic system must have some form of memory.
Application: (2) A decoder is a logic circuit that looks at its inputs, determines
which number is there, and activates the one output that corresponds to that
number.
5
10/9/2017
Problem: Explain
how the
arrangements of
gates shown in
Fig. gives an SR
flip-flop.