w:c:strategywiki>Henke37 (Yet another basic gate) |
(No difference)
|
Revision as of 18:57, 6 February 2023
This level has you create the NOR Gate.
Input One | Input Two | Output |
---|---|---|
False | False | True |
False | True | False |
True | False | False |
True | True | False |
To solve this level, place one NAND gate and put NOT gates on both of the inputs.