Topic 10. Boolean Logic Flashcards
1
Q
What is the truth table for an AND gate?
A
0 AND 0 = 0
0 AND 1 = 0
1 AND 0 = 0
1 AND 1 = 1
2
Q
What is the truth table for an OR gate?
A
0 OR 0 = 0
0 OR 1 = 1
1 OR 0 = 1
1 OR 1 = 1
3
Q
What is the truth table for a NOT gate?
A
0 NOT 1
1 NOT 0
4
Q
What is the truth table for an NAND gate?
A
0 NAND 0 = 1
0 NAND 1 = 1
1 NAND 0 = 1
1 NAND 1 = 0
5
Q
What is the truth table for a NOR gate?
A
0 NOR 0 = 1
0 NOR 1 = 0
1 NOR 0 = 0
1 NOR 1 = 0
6
Q
What is the truth table for a XOR gate?
A
0 XOR 0 = 0
0 XOR 1 = 1
1 XOR 0 = 1
1 XOR 1 = 0