Boolean Logic Flashcards
(20 cards)
What is the output of an AND gate if both inputs are true?
True
What is the truth value of a NOT gate when the input is false?
True
Fill in the blank: The output of a NAND gate is _____ when both inputs are true.
False
True or False: An OR gate will output true if at least one input is true.
True
What is the output of an XOR gate when both inputs are the same?
False
What is the truth table for a NOR gate?
Output is true only if both inputs are false.
Which gate is represented by the expression A AND B?
AND gate
What is the output of an OR gate for inputs (0, 1)?
1
How many inputs can a basic logic gate have?
Typically two, but can have more.
What is the output of a NOT gate for input true?
False
True or False: A NAND gate is the opposite of an AND gate.
True
What does the XOR gate output when one input is true and the other is false?
True
Fill in the blank: The output of an AND gate is _____ when at least one input is false.
False
What is the primary function of a NOR gate?
To output true only when all inputs are false.
List the basic logic gates.
AND, OR, NOT, NAND, NOR, XOR
What is the output of a NAND gate for inputs (1, 1)?
0
What is the truth table for an OR gate?
Output is true if at least one input is true.
True or False: A combined circuit can contain multiple types of logic gates.
True
What is the output of a NOR gate for inputs (0, 0)?
1
How does an XOR gate differ from an OR gate?
XOR outputs true only when inputs are different.