7: Logic Gates and Boolean Algebra Flashcards

1
Q

what are the 6 different logic gates

A
  1. not
  2. and
  3. or
  4. nand
  5. nor
  6. xor
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what is the symbol for a not logic gate

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

what is the symbol for an and logic gate

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is the symbol for an or logic gate

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is the symbol for a nand logic gate

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what is the symbol for a nor gate

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what is the symbol for an xor gate

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

whats the truth table for an and logic gate

A

0
0
0
1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is the truth table for an or logic gate

A

0
1
1
1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is the truth table for a not logic gate

A

1
0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is the truth table for a nand logic gate

A

1
1
1
0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what is the truth table for a nor logic gate

A

1
0
0
0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is the truth table for an xor logic gate

A

0
1
1
0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

whats the boolean equation for a not gate

A

-
A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

whats the boolean equation for an and gate

A

A.B

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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