gates Flashcards
logic gates and their outputs
1
Q
logic gate
A
electronic components that control flow of current, 1 or 0
2
Q
NOT
A
takes in 1 input and outputs the other
1 - 0
0 -1
3
Q
AND
A
returns 0 unless both are 1 0 0 0 1
4
Q
OR
A
returns 0 if both are 0 0 1 1 1`
5
Q
NAND
A
opposite of an and 1 1 1 0
6
Q
NOR
A
opposite of an or 1 0 0 0
7
Q
XOR
A
gives 0 if both are the same