# 4 Input Logic Gate
Below is a list of all 16 possible input combinations for a
4-input logic circuit (A, B, C, D). For each row, determine
what the output should be based on your logic design, and
enter either 0 (off/false) or 1 (on/true) in the Output column.
A | B | C | D | Output
----------------------
0 | 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 | 0 | 0 | 0 |
1 | 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 |
# Reflection Questions
Answer the two reflection questions below
1. What did this project help you understand about how computers
or electronics ‘think’?
2. How do logic gates help us understand how semiconductors work
in modern technology?
AND
OR
NAND
NOR
XOR
XNOR
Only use "INO" through "IN3"
To test the gate, press the play button.
You cannot edit while you are testing!
Remember, 1 = on, 0 = off!
It can also mean "true" or "false"
This LED will let you know if it is a 1 or 0!
Only use the OUT0 output!
Here are some gates you can drag over to build your circuit.
NOR and XNOR are built here by putting a NOT gate at the end.
Make sure to drag both gates over to use them!
You can hold shift and select all the parts as a group before you drag it over.
ERC Warnings
xor1:A: Input pin not driven
xor1:B: Input pin not driven
or2:A: Input pin not driven
or2:B: Input pin not driven
or3:A: Input pin not driven
or3:B: Input pin not driven
or4:A: Input pin not driven
or4:B: Input pin not driven
xor3:A: Input pin not driven
xor3:B: Input pin not driven
2 additional warning(s) hidden