Table of Contents
Table of ContentsThis level has you create the OR Gate.
Input One | Input Two | Output |
---|---|---|
False | False | False |
False | True | True |
True | False | True |
True | True | True |
To solve this level, place one NAND gate and put NOT gates on both of the inputs.