Search This Blog

Monday 9 December 2013

Implement AND Gate using 2x1 Multiplexer

We have two inputs A, B. Connect one of Mux's input to logic '0' and second to input 'B'. Connect input A to selection line of Mux. So, output of Mux will give anding operation of two inputs A and B.


So, Mux will act as AND gate.

A
B
A.B
0
0
0
0
1
0
1
0
0
1
1
1


No comments:

Post a Comment