Boolean Logic Flashcards
1
Q
What are the three logical operators?
A
AND, OR, NOT
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
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
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