Boolean Logic Flashcards
1
Q
What are the logic gates we cover?
A
NOT,
AND,
OR,
XOR
2
Q
What is a truth table?
A
A table that shows the inputs into a boolean expression or logic circuit and provides the outputs when the inputs are on or off
3
Q
What are the symbols of the logic gates we cover?
A
NOT: ¬
AND: ^
OR: V
XOR: ⊻
4
Q
A