Level/OR Gate: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(Yet another basic gate)
 
w:c:strategywiki>Henke37
m (Forgot the next and prev pages)
Line 19: Line 19:
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.


{{Footer Nav|game=Turing Complete|prevpage=|nextpage=}}
{{Footer Nav|game=Turing Complete|prevpage=NOR Gate|nextpage=AND Gate}}

Revision as of 18:59, 6 February 2023

This level has you create the OR Gate.

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

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