in Digital Logic
159 views
0 votes
0 votes
What is minimum number of NAND gates required to implement a 2 input EX-OR gate without using any other logic gates?
in Digital Logic
by
159 views

1 Answer

0 votes
0 votes
XOR logic = x'y + y'x = F
let it be

F' = (x'y)'.(y'x)'

F = ((x'y)'.(y'x))'

Required 3 nand gate.
Answer:

Related questions