Component/NOR: Difference between revisions

From Turing Complete
(Added basic definition)
 
m (Completed truth table title)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The 1-bit Nor gate is a NOT OR gate.  It does the opposite of an OR gate.  It outputs an ON (1) only when both inputs are OFF (0).
{{Infobox component
| bit-width    = 1
| type        = 1bit
| prerequisite = NOR Gate
}}
 
{| {{Truthtable}}
|+  NOR Gate Truth Table
|-
! Input One !! Input Two !! Output
|-
| {{Off t}}|| {{Off t}}|| {{On t}}
|-
| {{Off t}}|| {{On t}}|| {{Off t}}
|-
| {{On t}}|| {{Off t}}|| {{Off t}}
|-
| {{On t}}|| {{On t}}|| {{Off t}}
|}
 
The 1-bit Nor gate is a NOT OR gate.  It does the opposite of an OR gate.  It outputs {{On}} or 1 only when both inputs are {{Off}} or 0.

Latest revision as of 12:44, 30 August 2024

NOR
File:Component NOR.png
Width 1
Type 1bit
Unlocked by NOR Gate
NOR Gate Truth Table
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.