< Fundamental Digital Electronics

Following the Invert and the Morgan Laws logical gates can be combined to form new gates

Buffer

----->
Y = is NOT NOT A or Y = A
A B
0 0
1 1

NOT Gate

----->
Y = is NOT A
A B
0 1
1 0

NAND Gate

----->
Y = is NOT A
A B
0 1
1 0

NOR Gate

----->
Y = is NOT A
A B
0 1
1 0

XNOR Gate

----->
Y = is NOT A
A B
0 1
1 0
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.