Multiplexer

 Home

Digital Basics

Adders
 theory

Half Adder lab

Full Adder lab

Decoder lab

De-Mux.
lab

Seven Segment Display

   Multiplexing means transmitting a large number of information units over a smaller number of channels or lines. It's a digital circuit with multiple signal inputs, one of which is selected by separate address inputs to be sent to the single output. Simply it’s a data selector. It's not easy to describe without the logic diagram, but is easy to understand when the diagram is available.

In this lab we use 2-to-1 multiplexer, X is the selection line, A and B are the two input lines. When X is equal to 0, B is selected and so the data stored in A is transmitted to the output. When X is equal to 1, A is selected and the data stored in B is transmitted to the output as shown in the truth table below:

X

A

B

Output

0

0

0

0

0

0

1

1

0

1

0

0

0

1

1

1

1

0

0

0

1

0

1

0

1

1

0

1

1

1

1

1

  The Experiment

In the applet below change in the choice box to see the result for different combinations.

You must enable or installl java to see this part