Home
Random
Log in
Settings
Donations
About Wikibooks
Disclaimers
Search
Fundamental Digital Electronics/Combinational Gates
Language
Watch
Edit
<
Fundamental Digital Electronics
Following the Invert and the Morgan Laws logical gates can be combined to form new gates
Contents
1
Buffer
2
NOT Gate
3
NAND Gate
4
NOR Gate
5
XNOR Gate
Buffer
edit
----->
Y = is NOT NOT A or Y = A
A B
0 0
1 1
NOT Gate
edit
----->
Y = is NOT A
A B
0 1
1 0
NAND Gate
edit
----->
Y = is NOT A
A B
0 1
1 0
NOR Gate
edit
----->
Y = is NOT A
A B
0 1
1 0
XNOR Gate
edit
----->
Y = is NOT A
A B
0 1
1 0