(Added infobox and truth table) |
m (Completed truth table title) |
||
| Line 6: | Line 6: | ||
{| {{Truthtable}} | {| {{Truthtable}} | ||
|+ Gate Truth Table | |+ NOR Gate Truth Table | ||
|- | |- | ||
! Input One !! Input Two !! Output | ! Input One !! Input Two !! Output | ||
Latest revision as of 12:44, 30 August 2024
| File:Component NOR.png | |
| Width | 1 |
|---|---|
| Type | 1bit |
| Unlocked by | NOR Gate |
| Input One | Input Two | Output |
|---|---|---|
0 |
0 |
1
|
0 |
1 |
0
|
1 |
0 |
0
|
1 |
1 |
0
|
The 1-bit Nor gate is a NOT OR gate. It does the opposite of an OR gate. It outputs
or 1 only when both inputs are
or 0.