Starter quiz
- Match the logic gate to the description.
- A AND B⇔Both inputs need to be True in order give the output True. ✓
- A OR B⇔Only one input needs to be True in order to give the output True. ✓
- NOT A⇔The input must be False to give the output True. ✓
- We are building a truth table with two inputs for the expression A AND B. Put the inputs into the order most people would use to ensure all possibilities have been accounted for.
- 1⇔A = 0, B = 0
- 2⇔A = 0, B = 1
- 3⇔A = 1, B = 0
- 4⇔A = 1, B = 1
+