|
Using this Simulation you can get an complete idea about Multiplexer.
If you consider the process happening here is,
A = 0 and X1 = 0 and X0 = 0 Result = 0
A = 0 and X1 = 0 and X0 = 1 Result = 1
A = 0 and X1 = 1 and X0 = 0 Result = 0
A = 0 and X1 = 1 and X0 = 1 Result = 1
A = 1 and X1 = 0 and X0 = 0 Result = 0
A = 1 and X1 = 0 and X0 = 1 Result = 0
A = 1 and X1 = 1 and X0 = 0 Result = 1
A = 1 and X1 = 1 and X0 = 1 Result = 1
|