m (Gelthor moved page Turing Complete/AND Gate to Level/AND Gate without leaving a redirect) |
m (Smaller truth table) |
||
Line 3: | Line 3: | ||
This level has you create the AND Gate. | This level has you create the AND Gate. | ||
{| {{ | {| {{TruthTable}} | ||
|+ AND Gate Truth Table | |+ AND Gate Truth Table | ||
|- | |- |
Revision as of 00:36, 16 August 2024
This level has you create the AND Gate.
Input One | Input Two | Output |
---|---|---|
No | No | No |
No | Yes | No |
Yes | No | No |
Yes | Yes | Yes |
To solve this level, place one NAND gate and put a NOT gate on the output.