Logic Gates Flashcards
1
Q
if a = 1 and b = 0 what is the output of a xor gate
A
1
2
Q
What is the truth table for the AND and NAND logic gates.
A
AND : [1 + 1 = 1][0 + 1 = 0][0 + 0 = 0][1 + 0 = 0]
NAND : [1 + 1 = 0][0 + 1 = 1][0 + 0 = 1][1 + 0 = 1]
3
Q
What is the symbol (operator) for a xor operation?
A
⊕