Logic gates Flashcards
(27 cards)
What is a Boolean logic gate?
A device that implements a Boolean function, performing logical operations on one or more binary inputs to produce a single binary output.
True or False: A NOT gate has two inputs.
False
What is the output of an AND gate if both inputs are true?
True
Fill in the blank: The output of an OR gate is true if at least one of the inputs is ______.
true
What is the purpose of a NAND gate?
It produces a false output only when all its inputs are true.
Which gate is known as the universal gate?
NAND gate
True or False: An XOR gate outputs true only when both inputs are the same.
False
What is the output of a NOR gate if both inputs are false?
True
What does the output of an XOR gate represent?
It represents true if the inputs are different.
Multiple Choice: Which of the following is NOT a basic logic gate? A) AND B) OR C) ADD D) NOT
C) ADD
What is the relationship between NAND and NOR gates?
Both are universal gates capable of creating any Boolean function.
True or False: A buffer gate simply passes the input to the output without any change.
True
Fill in the blank: The output of a NOT gate is the ______ of its input.
inverse
What is the primary function of an AND gate?
To output true only when all inputs are true.
Multiple Choice: Which gate can be used to create an AND gate using only NOR gates? A) NOT B) OR C) NAND D) NOR
D) NOR
What is a truth table?
A table that shows all possible input values and the corresponding output values for a logic gate.
True or False: The output of an AND gate is false if at least one input is false.
True
What is the output of an XOR gate with inputs true and false?
True
Fill in the blank: A logic circuit can be simplified using ______ laws.
Boolean
What is the output of a NAND gate when both inputs are false?
True
Multiple Choice: Which of the following gates is used for parity checking? A) AND B) OR C) XOR D) NOT
C) XOR
What does a NOR gate output when both inputs are true?
False
True or False: A logic gate can have more than two inputs.
True
What is the primary use of NOT gates in digital circuits?
To invert the signal.