Level/NOT Gate: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(First circuit, whoo!)
 
w:c:strategywiki>Henke37
(Switch to Y/N templates)
Line 8: Line 8:
! Input !! Output
! Input !! Output
|-
|-
| False || True
| {{No}}|| {{Yes}}
|-
|-
| True || False
| {{Yes}}|| {{No}}
|}
|}



Revision as of 21:36, 6 February 2023

This level is the first one where you get to design your own circuit. The task here is to create a circuit that outputs the opposite of the input.

NOT Gate truth table
Input Output
No Yes
Yes No

To solve this level place one NAND gate and connect both of its inputs to the input pin on the left, then connect the output of the gate to the output pin on the right.