truth gates Flashcards
truth gates in boolean logic (10 cards)
What is a truth gate in Boolean logic?
A truth gate is a device that outputs a binary value based on the logical operation of its inputs.
True or False: An AND gate outputs true only when all its inputs are true.
True
Fill in the blank: The output of an OR gate is true if at least ___ of its inputs are true.
one
What is the output of a NOT gate when the input is true?
False
Which gate is represented by the symbol ‘⊕’?
XOR gate
Multiple Choice: Which of the following is not a basic truth gate? A) AND B) OR C) NAND D) SUM
D) SUM
What is the output of a NOR gate when all inputs are false?
True
True or False: A NAND gate is the inverse operation of an AND gate.
True
What is the primary purpose of truth tables?
To represent the output of truth gates for all possible input combinations.
Fill in the blank: A truth gate that outputs true only when an odd number of its inputs are true is called a(n) ___ gate.
XOR