Binary Logic Flashcards
1
Q
What are the 3 most commonly used gates?
A
AND, OR and NOT.
2
Q
If the gate configuration was: X = (A AND B) OR NOT C what would X be if A = 1 B = 0 C = 0
A
X = 1
3
Q
What is a trace table?
A
A table showing the various outputs depending on the input.
4
Q
What do OR gates do?
A
Provide a positive output if any inputs are true.
5
Q
What do AND gates do?
A
Provide a positive output if all inputs are true.
6
Q
What do NOT gates do?
A
They invert a single input signal.