m (Gelthor moved page Turing Complete/OR Gate to Level/OR Gate without leaving a redirect) |
No edit summary |
||
Line 14: | Line 14: | ||
| {{Yes}}|| {{No}}|| {{Yes}} | | {{Yes}}|| {{No}}|| {{Yes}} | ||
|- | |- | ||
| {{Yes}}|| {{Yes}}|| {{ | | {{Yes}}|| {{Yes}}|| {{Yes}} | ||
|} | |} | ||
Revision as of 15:06, 14 August 2024
This level has you create the OR Gate.
Input One | Input Two | Output |
---|---|---|
No | No | No |
No | Yes | Yes |
Yes | No | Yes |
Yes | Yes | Yes |
To solve this level, place one NAND gate and put NOT gates on both of the inputs.