Level/NOR Gate

From Turing Complete
Revision as of 23:53, 1 September 2024 by Gelthor (talk | contribs) (Added infobox)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Section Basic Logic
Type Component
Prerequisite NOT Gate
Unlocks Always On
NOT
Scored No
API nor_gate (21)

This level has you create the NOR Gate.

NOR Gate Truth Table
Input 1 Input 2 Output
0 0 1
0 1 0
1 0 0
1 1 0

To solve this level, place one NAND gate and put NOT gates on both of the inputs as well as a NOT gate on the output.