The Multiplexer : Working and Its Applications

Multiplexer

What is Multiplexing?

Multiplexing technologies and processes include, but are not limited to, the following.

How Multiplexing Works

2×1 Multiplexer:

Block Diagram:

Truth Table:

x f
0 1
1 0

The logical expression:

Y=S0′.A0+S0.A1

Logical circuit:

 

4×1 Multiplexer:

Block Diagram:

Truth Table:

S1 S0 Y
0 0 A0
0 1 A1
1 0 A2
1 1 A3

The logical expression:

Y=S1′ S0′ A0+S1′ S0 A1+S1 S0′ A2+S1 S0 A3

Logical Circuit:

Applications of Multiplexer