Level/NOT Gate: Difference between revisions

From Turing Complete
m (Gelthor moved page Turing Complete/NOT Gate to Level/NOT Gate without leaving a redirect)
m (Smaller truth table)
Line 3: Line 3:
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.
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.


{| {{Prettytable}}
{| {{TruthTable}}
|+ NOT Gate truth table
|+ NOT Gate truth table
|-
|-

Revision as of 00:38, 16 August 2024

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.