0
18kviews
Design a 4:1 multiplexer using only NAND gates.
1 Answer
2
3.0kviews
S0 S1 Output
0 0 A0
0 1 A1
1 0 A2
1 1 A3

 

Output = S0'.S1' + S0'.S1 + S0.S1'+ S0.S1

  • First draw a combinational circuit using basic AND/OR gates for the given Output Equation
  • The second step is to replace the AND/OR gates with NAND gate as …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.