Level/OR Gate

From Turing Complete
Revision as of 23:24, 1 September 2024 by Gelthor (talk | contribs) (Use ON & OFF in truth table)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This level has you create the OR Gate.

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

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