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