Logic gates (Boolean Logic) Flashcards
(10 cards)
1
Q
A
2
Q
What are the three primary types of Boolean logic gates?
A
AND, OR, NOT
3
Q
True or False: An AND gate outputs true only if both inputs are true.
A
True
4
Q
Fill in the blank: An OR gate will output true if at least ___ of its inputs are true.
A
one
5
Q
Which gate produces the opposite of the input signal?
A
NOT gate
6
Q
In a truth table for an AND gate, what is the output when both inputs are false?
A
false
7
Q
What are the 6 basic gates?
A
OR, AND, NOT, NAND, NOR, XOR
8
Q
If 1 and 0 is input to a AND gate what is the output?
A
0
9
Q
If 0 and 0 is input to a NOR gate what is the output?
A
1
10
Q
If 1 and 1 is input to a XOR gate what is the output?
A
0