You are on page 1of 2

Task 2: P4: Part 1:

The operation of the system: The multiplexer circuit used in telephone system to
control the transmission of calls. It uses the multiplexer to make more than one user talk in
the same channel. it consists of multiplexer and De-multiplexer, The multiplexer is a
combinational digital circuit that takes multiple data inputs from X1 to X8 and provides only
single output by using the control selection lines (S0, S1,S2). A de-multiplexer function
exactly in the reverse of a multiplexer, that is a de-multiplexer accepts only one input and
gives many outputs. A de-multiplexer is a combinational digital circuit that takes single
Input and provides multiple outputs from Y1 to Y8 by using the control selection Lines (C0,
C1, C2)

Truth table of multiplexer

Selection lines
Output
S2 S1 S0
0 0 0 X1
0 0 1 X2
0 1 0 X3
0 1 1 X4
1 0 0 X5
1 0 1 X6
1 1 0 X7
1 1 1 X8

You might also like