Experiment No 4 - Multiplexer
Experiment No 4 - Multiplexer
Multiplexer
Jawahar Education Society's,
A. C. Patil College of Engineering, Kharghar,
Navi Mumbai 410210
Experiment No.: 4
Experiment Name: Multiplexer
1 Experiment Performance
2 Journal Performance
3 Punctuality
Total
Experiment No.: 4
Hardware Required: Bread Board, Connecting Wires, LEDs ,Power supply IC 7486,
IC 74153, IC 74139,
Theory:
Multiplexers: In electronics, a multiplexer (or mux) is a device that selects one of several
analog or digital input signals and forwards the selected input into a single line. A multiplexer
of 2n inputs has n select lines, which are used to select which input line to send to the output.
A 2n -to-1 multiplexer sends one of 2n input lines to a single output line.
A multiplexer has two sets of inputs: • 2n data input lines
• n select lines, to pick one of the 2n data inputs
a b Q
0 0 A
0 1 B
1 0 C
1 1 D
for a 4-input multiplexer we would therefore require two data select lines as 4-inputs
represents 22 data control lines give a circuit with four inputs, I0, I1, I2, I3 and two data select
lines A and B as shown.
The Boolean expression for this 4-to-1 Multiplexer above with inputs A to D and data select
lines a, b is given as:
Q = a’b’A + ab’B + a’bC + abD
Enable S0 S1 S2 Y
1 x x x 0
0 0 0 0 I0
0 0 0 1 I1
0 0 1 0 I2
0 0 1 1 I3
0 1 0 0 I4
0 1 0 1 I5
0 1 1 0 I6
0 1 1 1 I7
Procedure: -
1. Make the connections as per the circuit diagram.
Connect pin 8 to GND and 16 to Vcc
2. Connect strobe/ enable input to GND
3. Apply various combinations of inputs to select pins S0, S1, and S2, and to data input
I0-I7 according to truth table.
4. verify the truth table for al combinations of inputs.
Precaution:
***************************************************************************
Example designing problem : 8:1 mux Realize the following function using
Using 8:1 mux (IC 74153)