| Section | Basic Logic |
|---|---|
| Type | Component |
| Prerequisite | XOR Gate |
| Unlocks | Binary Racer Double Trouble XNOR Gate |
| 3 Pin OR | |
| Scored | Yes |
| High score | 6 |
| API | or_gate_3 (43) |
For this level you create a three input version of the OR Gate.
| Input 1 | Input 2 | Input 3 | Output |
|---|---|---|---|
0 |
0 |
0 |
0
|
0 |
0 |
1 |
1
|
0 |
1 |
0 |
1
|
0 |
1 |
1 |
1
|
1 |
0 |
0 |
1
|
1 |
0 |
1 |
1
|
1 |
1 |
0 |
1
|
1 |
1 |
1 |
1
|
To do so just place two OR gates and hook one up to the other, connecting the rest of the inputs to the input pins.