Table of Contents
Table of ContentsSection | Basic Logic |
---|---|
Type | Component |
Prerequisite | NOT Gate |
Unlocks | Always On |
AND | |
Scored | No |
API | and_gate (6) |
This level has you create the AND Gate.
Input 1 | Input 2 | Output |
---|---|---|
0 |
0 |
0
|
0 |
1 |
0
|
1 |
0 |
0
|
1 |
1 |
1
|
To solve this level, place one NAND gate and put a NOT gate on the output.