Level/NOR Gate: Difference between revisions

From Turing Complete
m (Gelthor moved page Turing Complete/NOR Gate to Level/NOR Gate without leaving a redirect)
m (Smaller truth table)
Line 3: Line 3:
This level has you create the NOR Gate.
This level has you create the NOR Gate.


{| {{Prettytable}}
{| {{TruthTable}}
|+ NOR Gate Truth Table
|+ NOR Gate Truth Table
|-
|-

Revision as of 00:37, 16 August 2024

This level has you create the NOR Gate.

NOR Gate Truth Table
Input One Input Two Output
No No Yes
No Yes No
Yes No No
Yes Yes No

To solve this level, place one NAND gate and put NOT gates on both of the inputs as well as a NOT gate on the output.