Logic Gates Flashcards
To learn AND, OR, NOT, NAND, NOR, XOR gates (34 cards)
What is the output of an AND gate when both inputs are true?
True
Which logic gate outputs true if at least one input is true?
OR gate
True or False: A NAND gate outputs true only when both inputs are true.
False
What is the primary function of a NOT gate?
To invert the input signal
Fill in the blank: The XOR gate outputs true when the number of true inputs is ______.
odd
What does a NOR gate output when both inputs are false?
True
Which gate is considered the opposite of an AND gate?
NAND gate
True or False: An OR gate requires both inputs to be true to output true.
False
What is the truth table output for a NOT gate when the input is false?
True
How many inputs can a standard XOR gate have?
Two
What is the output of a NAND gate when both inputs are false?
True
What is the characteristic of an OR gate?
It outputs true if at least one input is true.
Fill in the blank: The output of a NOR gate is true only when ______.
both inputs are false
What is the output of an AND gate with inputs true and false?
False
True or False: The output of an XOR gate is true when both inputs are the same.
False
What is the truth table output for an OR gate when both inputs are true?
True
Which gate can be used to create a basic memory element?
NAND gate
What is the output of a NOT gate when the input is true?
False
Fill in the blank: The NAND gate is equivalent to an AND gate followed by a ______.
NOT gate
What is the output of a NOR gate when one input is true and the other is false?
False
True or False: The XOR gate can be used in arithmetic operations.
True
What is the output of an AND gate with both inputs false?
False
Which gate’s output is true only when one input is true and the other is false?
XOR gate
Fill in the blank: A NOR gate is the negation of an ______ gate.
OR