0% found this document useful (0 votes)
7 views3 pages

4x1 Multiplexer

A multiplexer (Mux) is a combinational circuit that selects one of the multiple data inputs based on selection lines, with the 4x1 multiplexer having four data inputs and two selection lines. The document explains the operation and truth table of the 4x1 multiplexer, providing the Boolean function for its output and discussing the implementation of higher-order multiplexers like the 8x1 and 16x1. It also includes the truth table and Boolean expression for the 8x1 multiplexer.

Uploaded by

mdmitttt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views3 pages

4x1 Multiplexer

A multiplexer (Mux) is a combinational circuit that selects one of the multiple data inputs based on selection lines, with the 4x1 multiplexer having four data inputs and two selection lines. The document explains the operation and truth table of the 4x1 multiplexer, providing the Boolean function for its output and discussing the implementation of higher-order multiplexers like the 8x1 and 16x1. It also includes the truth table and Boolean expression for the 8x1 multiplexer.

Uploaded by

mdmitttt
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Multiplexer is a combinational circuit that has maximum of 2 data inputs, ‘n’

selection lines and single output line. One of these data inputs will be connected to
the output based on the values of selection lines.
Since there are ‘n’ selection lines, there will be 2 possible combinations of zeros and
n

ones. So, each combination will select only one data input. Multiplexer is also called
as Mux.

4x1 Multiplexer
4x1 Multiplexer has four data inputs I , I , I & I , two selection lines s & s and one
3 2 1 0 1 0

output Y. The block diagram of 4x1 Multiplexer is shown in the following figure.

One of these 4 inputs will be connected to the output based on the combination of
inputs present at these two selection lines. Truth table of 4x1 Multiplexer is shown
below.

Selection Lines Output

S 1 S 0 Y

0 0 I 0

0 1 I 1

1 0 I 2

1 1 I 3

From Truth table, we can directly write the Boolean function for output, Y as
Y=S1′S0′I0+S1′S0I1+S1S0′I2+S1S0I3
We can implement this Boolean function using Inverters, AND gates & OR gate.
The circuit diagram of 4x1 multiplexer is shown in the following figure.
We can easily understand the operation of the above circuit. Similarly, you can
implement 8x1 Multiplexer and 16x1 multiplexer by following the same procedure.

Implementation of Higher-order Multiplexers.


Now, let us implement the following two higher-order Multiplexers using lower-order
Multiplexers.

 8x1 Multiplexer
 16x1 Multiplexer

8x1 Multiplexer
In this section, let us implement 8x1 Multiplexer. We know that 8x1 Multiplexer has 8
data inputs, 3 selection lines and one output.
We can implement 8x1 Multiplexer using lower order Multiplexers easily by
considering the above Truth table. The block diagram of 8x1 Multiplexer is shown in
the following figure.
Let the 8x1 Multiplexer has eight data inputs I to I , three selection lines s , s & s0
7 0 2 1

and one output Y. The Truth table of 8x1 Multiplexer is shown below.

Selection Inputs Output

A 0 A 1 A 2 Y

0 0 0 I0

0 0 1 I1

0 1 0 I2

0 1 1 I3

1 0 0 I4

1 0 1 I5

1 1 0 I6

1 1 1 I7

Y= A0’A1’A2’I0 + A0’A1’A2I1 + A0’A1A2’I2 + A0’A1A2I3 + A0A1’A2’I4 + A0A1’A2I5 + A0A1A2’I6 +


A0A1A2I7

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy