Sie sind auf Seite 1von 12

MULTIPLEXER

TITLE OF EXPERIMENT
 Design and implement a binary full adder and
full Subtractor using a dual 4-to-1 line
multiplexer (74LS153) and a single Hex Inverter
(7404).
WHAT INFORMATION DOES FOLLOWING
IMAGES CONVEY???
ANSWER IS
 Out of for lanes only one lane is clear or
GREEN at time.
MULTIPLEXER

 Multiplexer is combinational logic network


which has 2n inputs, n select lines and has
only one output.
LOGIC DAIGRAM FOR MUX
PIN DIAGRAM OF 74LS153 DUAL 4:1
MUX
TRUTH TABLE FOR FULL ADDER

A B Cin Sum Cout


0 0 0 0 0
0 0 1 1 0
0 1 0 1 0
0 1 1 0 1
1 0 0 1 0
1 0 1 0 1
1 1 0 0 1
1 1 1 1 1
CIRCUIT DIAGRAM OF FULL ADDER
USING 74LS153
TRUTH TABLE FOR FULL SUBTRACTOR

A B C(Bin) Diff Bout


0 0 0 0 0
0 0 1 1 1
0 1 0 1 1
0 1 1 0 1
1 0 0 1 0
1 0 1 0 0
1 1 0 0 0
1 1 1 1 1
CIRCUIT DIAGRAM OF FULL
SUBTRACTOR USING 74LS153
PROCEDURE
 Use K-Map to find expressions for Sum and Carry
and implement using Multiplexer.

 Connections are made as per the circuit diagram,


for Full Adder.

 Give the input digital values as per the truth table


and verify the output on the LEDs of the trainer
kit.

 Similarly use K-Map to find expressions for


Difference and Borrow and repeat the steps 2 and 3
for Full Subtractor.

Das könnte Ihnen auch gefallen