Status: Links: Computer Gates
Nand Gate
Notes
- Returns opposite value of an And gate
- A computer can be made from using only Nand gates, hence Nand2Tetris MOC
Code
|
|
Truth Table
a | b | out |
---|---|---|
0 | 0 | 1 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |
Status: Links: Computer Gates
|
|
a | b | out |
---|---|---|
0 | 0 | 1 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |