Level/OR Gate

From Turing Complete
Revision as of 18:59, 6 February 2023 by w:c:strategywiki>Henke37 (Yet another basic gate)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.