Section | Basic Logic |
---|---|
Type | Component |
Prerequisite | XOR Gate |
Unlocks | XNOR Gate Cicular Dependency |
3 Pin AND | |
Scored | Yes |
High score | 6 |
API | and_gate_3 (44) |
For this level you create a three input version of the AND gate.
Input 1 | Input 2 | Input 3 | Output |
---|---|---|---|
0 |
0 |
0 |
0
|
0 |
0 |
1 |
0
|
0 |
1 |
0 |
0
|
0 |
1 |
1 |
0
|
1 |
0 |
0 |
0
|
1 |
0 |
1 |
0
|
1 |
1 |
0 |
0
|
1 |
1 |
1 |
1
|
To do this just place two AND gates and chain one to the other, while connecting the rest of the inputs to the input pins.