Logic Gates And Boolean Algebra Flashcards

(27 cards)

1
Q

What is the Boolean expression for a NOT gate

A

_
A

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

What is the Boolean expression for the AND gate?

A

A.B

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

What is the Boolean expression for the OR gate?

A

A+B

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

What is the Boolean expression for the NAND gate?

A

___
A.B

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

What is the Boolean expression for the NOR gate?

A

___
A+B

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

What is the Boolean expression for the XOR gate?

A

A plus with circle B

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

What is the truth table for an AND gate?

A

A | B | A.B
0 0 0
0 1 0
1 0 0
1 1 1

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

What is the truth table for an OR gate?

A

A | B | A+B
0 0 0
0 1 1
1 0 1
1 1 1

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

A

__
A | A
0 1
1 0

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

What is the logic table for a NAND gate?

A

____
A | B | A.B
0 0 1
0 1 1
1 0 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 gate?

A

____
A | B | A+B
0 0 1
0 1 0
1 0 0
1 1 0

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

What is the truth table for a XOR gate?

A

A | B | A@B
0 0 0
0 1 1
1 0 1
1 1 0

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

What other gates can you use to get the same output from an XOR gate?

A

_ _
A.B + A.B

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

A.1=

A

A

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

__
A+A=

21
Q

Simplify the following expression:
__ __
Q=A.B.C+A.B.C+A.B

22
Q

What is the first special identity?

23
Q

What is the second special identity?

24
Q

What is demorgans theorem?

A

If you break a bar change the sign

25
How to create a half adder using logic gates?
An XOR and an AND, result of XOR is sum and result of AND is carry
26
What is the general purpose of a d type flip flop?
Used as a memory unit and stored a unit of data.
27
What are two inputs to a D type flip flop?
-Data signal -Clock