1/5
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
Truth tables
A way of tracking inputs and outputs from logic gates
AND gate
Only outputs 1 if BOTH inputs are 1
1 AND 1 = 1
1 AND 0 = 0
0 AND 1 = 0
0 AND 0 = 0
OR gate
Outputs 1 if one OR both inputs are 1
1 OR 1 = 1
1 OR 0 = 1
0 OR 1 = 1
0 OR 0 - 0
NOT gate
Outputs opposite of input
NOT 1 = 0
NOT 0 = 1
NAND gate
Outputs opposite of AND gate (NOT AND)
1 NAND 1 = 0
1 NAND 0 = 1
0 NAND 1 = 1
0 NAND 0 = 1
NOR gate
Outputs opposite of OR gate (NOT OR)
1 OR 1 = 0
1 OR 0 = 0
0 OR 1 = 0
0 OR 0 = 1