Save
...
Fundamentals of computer systems
Logic gates
NOR gate
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Livi
Visit profile
Cards (5)
The NOR gate combines the logic of an
OR gate
and a NOT gate; it produces the
inverse
of the output of an OR gate.
0 NOR 0 =
1
0 NOR 1 =
0
1 NOR 0 =
0
1 NOR 1 =
0