The Demultiplexer : Types and Its Applications

Demultiplexer

Types of Demultiplexer

1. 1:2 Demultiplexer

Block Diagram:


Truth Table:

In C Out1 Out2
0 0 0 0
1 0 1 0
0 1 0 0
1 1 0 1

2. 1×4 De-multiplexer:

Block Diagram:


Truth Table:

S1 S0 O
0 0 I0
0 1 I1
1 0 I2
1 1 I3

The following is the logical expression for the term Y:

Y0=S1′ S0′ A
Y1=S1′ S0 A
Y2=S1 S0′ A
Y3=S1 S0 A

3. 1:8 Demultiplexer

Block Diagram:


Truth Table:

S2 S1 S0 Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0
0 0 0 0 0 0 0 0 0 0 D
0 0 1 0 0 0 0 0 0 D 0
0 1 0 0 0 0 0 0 D 0 0
0 1 1 0 0 0 0 D 0 0 0
1 0 0 0 0 0 D 0 0 0 0
1 0 1 0 0 D 0 0 0 0 0
1 1 0 0 D 0 0 0 0 0 0
1 1 1 D 0 0 0 0 0 0 0

Advantages of Demultiplexer

Disadvantages of Demultiplexer

Applications of Demultiplexer