Level/NOR Gate

From Turing Complete
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.