7: Logic Gates and Boolean Algebra Flashcards
1
Q
what are the 6 different logic gates
A
- not
- and
- or
- nand
- nor
- xor
8
Q
whats the truth table for an and logic gate
A
0
0
0
1
9
Q
what is the truth table for an or logic gate
A
0
1
1
1
10
Q
what is the truth table for a not logic gate
A
1
0
11
Q
what is the truth table for a nand logic gate
A
1
1
1
0
12
Q
what is the truth table for a nor logic gate
A
1
0
0
0
13
Q
what is the truth table for an xor logic gate
A
0
1
1
0
14
Q
whats the boolean equation for a not gate
A
-
A
15
Q
whats the boolean equation for an and gate
A
A.B
16
Q
whats the boolean equation for an or gate
A
A + B
17
Q
whats the boolean equation for a nand gate
A
——
A.B
no gap in between!
18
Q
whats the boolean equation for a nor gate
A
——-
A + B
no gap in between!
19
Q
whats the boolean equation for a xor gate
A
20
Q
A