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