Boolean Logic Flashcards

1
Q

What are the three logical operators?

A

AND, OR, NOT

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

What is the truth table for this gate?

A

This is the truth table for an OR gate

A B Q
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
3
Q

What is the truth table for an AND gate?

A

This is the truth table for an AND gate

A B Q
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
4
Q

What is the truth table for an NOT gate?

A

This is the truth table for a NOT gate

A Q
0 1
1 0

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