No edit summary |
m (Smaller truth table) |
||
| Line 3: | Line 3: | ||
This level has you create the OR Gate. | This level has you create the OR Gate. | ||
{| {{ | {| {{TruthTable}} | ||
|+ OR Gate Truth Table | |+ OR Gate Truth Table | ||
|- | |- | ||
Revision as of 00:28, 16 August 2024
This level has you create the OR Gate.
| Input One | Input Two | Output |
|---|---|---|
| No | No | No |
| No | Yes | Yes |
| Yes | No | Yes |
| Yes | Yes | Yes |
To solve this level, place one NAND gate and put NOT gates on both of the inputs.