Level/Always On: Difference between revisions

From Turing Complete
m (Gelthor moved page Turing Complete/Always On to Level/Always On without leaving a redirect)
m (Use ON & OFF in truth table)
Line 3: Line 3:
For this level you have to create a circuit that always outputs true.
For this level you have to create a circuit that always outputs true.


{| {{Prettytable}}
{| {{TruthTable}}
|+ Always On Gate Truth Table
|+ Always On Truth Table
|-
|-
! Output
! Input !! Output
|-
|-
| {{Yes}}
| {{Off t}}|| {{On t}}
|-
| {{On t}}|| {{On t}}
|}
|}



Revision as of 23:26, 1 September 2024

For this level you have to create a circuit that always outputs true.

Always On Truth Table
Input Output
0 1
1 1

To do this just take one of NAND, NOR, or NOT gates and hook up only the output to the output pin.