Level/NOR Gate: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(Yet another basic gate)
 
w:c:strategywiki>Henke37
(Mixed up the solution with the OR gate)
Line 17: Line 17:
|}
|}


To solve this level, place one NAND gate and put NOT gates on both of the inputs.
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.


{{Footer Nav|game=Turing Complete|prevpage=NOT Gate|nextpage=OR Gate}}
{{Footer Nav|game=Turing Complete|prevpage=NOT Gate|nextpage=OR Gate}}

Revision as of 18:59, 6 February 2023

This level has you create the NOR Gate.

NOR Gate Truth Table
Input One Input Two Output
False False True
False True False
True False False
True True False

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.