Lab 09
Lab 09
Lab 09
Lab Performance
Lab Reports
1 Objective
Investigate the operation of Multiplexer.
2 Purpose
Having completed this experiment you will be able to:
• Understand the operating principles and construction of multiplexers.
3 Apparatus
• Logic Trainer (SMT-8005)
• Logic Trainer (SMT-800)
• Power Supply
• Connecting wires
4 Theory
Multiplexer, or MUX, is a logic circuit that select and route any number of
inputs to a single output. One of the multiple inputs are selected by the selector
gate and routed to the single output. The numbers of selector gates determine
the capacity of a multiplexer. For example, if a certain MUX has only one
selector gate, it is referred to as a 2 line-to-1 line MUX because one selector can
only selector from two inputs. A MUX with 3 selector gates is called 8 line-to-1
line MUX, since 3 selectors are capable of selecting an output from 8 inputs
(23 = 8). MUX is also referred to as Data Selector because it selects one output
from among many inputs. P
Function expression, such as F (CBA) = (0, 1, 2, 6, 7), can be easily executed
on MUX. The function F generates the sum of products (CB + CB) from states
0, 1, 2, 6, 7. Refer to the 4 line-to-1 line MUX below, the output is determined
by states of selectors A, B and C. When CBA = 000, 001, 010, 110, 111 the
output F is 1. In all other states F=0.
Actually, A0 is not connected to the gate input. If A1 = 1 then Q2 Q1 Q0 = 001.
When A2 = 1 the output Q2 Q1 Q0 = 010. There cant be more than one 1 among
1
Figure 1: 2-1 line MUX.
2
Table 1: Truth Table to create the function by using Multiplexer.
D C B A Q
0 0 0 0
0 0 0 1
0 0 1 0
0 0 1 1
0 1 0 0
0 1 0 1
0 1 1 0
0 1 1 1
1 0 0 0
1 0 0 1
1 0 1 0
1 0 1 1
1 1 0 0
1 1 0 1
1 1 1 0
1 1 1 1
3
Table 2: Truth Table of 2-to-1 Multiplexer.
B A F3
0 0
0 1
1 0
1 1
4
Table 3: Truth Table of 8 to 1 Multiplexer Circuit with TTL IC.
C B A F3
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
5 Conclusion
——————————————————————————————————
——————————————————————————————————
——————————————————————————————————
——————————————————————————————————
——————————————————————————————————
5
Part B
1 Objective
Investigate the operation of De-Multiplexer.
2 Purpose
Having completed this experiment you will be able to:
3 Apparatus
• Logic Trainer (SMT-8005)
• Logic Trainer (SMT-800)
• Power Supply
• Connecting wires
4 Theory
A demultiplexer, or DMUX, is basically a logic circuit that is exact opposite
of a multiplexer. DMUX has a single input and multiple outputs. The input
can be connected to any one of the many outputs through the selector terminal.
The DMUX is also referred to as Data Distributor or Data Router. Its pin
assignment diagram is shown in Fig. 1.
When all three selector terminals A, B and C are in low logic state (CBA = 000),
data at input D is send to output number 0. When CBA = 010, the input is
send to output number 2. Collective state of selectors determines the location of
output data. When CBA = 111, data is send to the last output (output number
7). By combining MUX and DMUX, long distance transmission systems can
be set up, increasing the efficiency of transmission lines. Fig. 1 shows a MUX-
DMUX combinational circuit with 16 inputs, 16 outputs with 4 selectors.
6
Figure 1: Multiplexer and De-multiplexer.
7
Figure 3: 8-output De-multiplexer with CMOS IC.
8
• Change the state of Y0 Y7 from 1 to 0 to 1 (1-0-1) and observe E. Did E
follow changes to Y0 Y7 ?
• Follow the input sequence for C, B, A in Table 3 and observe the relation-
ship between E and Y0 Y7 . Is Table 2 is correct?
Table 2:
C B A E
0 0 0 Y0
0 0 1 Y1
0 1 0 Y2
0 1 1 Y3
1 0 0 Y4
1 0 1 Y5
1 1 0 Y6
1 1 1 Y7
5 Conclusion
——————————————————————————————————
——————————————————————————————————
——————————————————————————————————
——————————————————————————————————
——————————————————————————————————