Table of Contents
Table of ContentsThis level has you create the NOR Gate.
| 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.