South Afruleca
South Afruleca
cross-posted from: https://beehaw.org/post/18193992
South Afruleca
cross-posted from: https://beehaw.org/post/18193992
You're viewing a single thread.
NAND and NOR are swapped. Pretty good otherwise đ
Huh, it's actually correct. I remembered the logic gates but not how they translate to words, heh.
Here's how it works. Thanks to everyone who pointed it out. https://en.m.wikipedia.org/wiki/De_Morgan's_laws
NAND = (A ⧠B) = A ⨠B = Not A or Not B
NOR = (A ⨠B) = A ⧠B = Not A and Not B
You have disappointed De Morgan
Yeah otherwise the nomenclature would not make sense
Edit: I take it back, it's properly swapped, I thought it wasn't.
FYI : a nor b = not a and not b, and vice versa for nand