Maker Pro
Maker Pro

Why is there noe EX-NAND Gate?

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
Firstly, how do you convert a OR gate into a AND gate?

Now do the same thing to an XOR gate and see what happens (It should logically become EX-AND, right?)

See what happens.
 

GreenGiant

Feb 9, 2012
842
Joined
Feb 9, 2012
Messages
842
I may be exposing some obvious logic here but wouldn't an EX-NAND act exactly the same as a NAND? only off when all inputs are high?

or would it only be on when no inputs are high? :rolleyes:
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
It depends on your definition of exclusive NAND. If one assumed that XOR could be turned into XAND by inverting the inputs and outputs (a la De Morgan), an XNAND would be that with the output inverted.

Did you try writing down the truth tables for it.

I promise you that you'll be surprised.
 

War_Spigot

Feb 20, 2012
43
Joined
Feb 20, 2012
Messages
43
XAND is always false, and XNAND is always true. I think turning an AND gate into a XNAND would involve connecting both inputs to +V.

To be honest, I exclusively use XAND and XNAND gates in my logic designs...
 
Top