boolean logic Flashcards
(26 cards)
What is the output of a NOT gate when the input is true?
False
What logical operation does the OR gate perform?
It outputs true if at least one input is true.
What is the result of the AND operation when both inputs are false?
False
Fill in the blank: The NOR operation is the negation of the ___ operation.
OR
True or False: A NAND gate outputs true only when both inputs are true.
False
What is the primary function of a ZOR gate?
It outputs true if the inputs are different.
What is the output of an XOR gate for inputs true and false?
True
Which gate is equivalent to an AND gate followed by a NOT gate?
NAND
True or False: The output of a NOR gate is true if at least one input is true.
False
What does the AND operation require from its inputs to return true?
Both inputs must be true.
Fill in the blank: The result of A OR B is ___ if both A and B are false.
False
What is the truth value of A NAND B when A is true and B is false?
True
Which operation is often used in digital circuits to perform a controlled inversion?
NOT
True or False: A ZOR gate can also be referred to as an exclusive OR gate.
True
What is the output of an AND gate for inputs true and true?
True
In a NOR operation, what is the output when both inputs are true?
False
What is the output of a NOT gate when the input is false?
True
Fill in the blank: The ZOR operation outputs true when the number of true inputs is ___.
Odd
What is the difference between NAND and AND gates?
NAND outputs false only when both inputs are true, while AND outputs true only when both inputs are true.
True or False: The output of an XOR gate is false if both inputs are true.
True
Which logical operation is represented by the symbol ‘∨’?
OR
What is the output of a NOR gate when both inputs are false?
True
Fill in the blank: A ZOR operation is represented by the symbol ___ in Boolean algebra.
⊕
What is the result of A NOR B when A is false and B is false?
True