Starter quiz

  • What is the output of an AND gate when both inputs are False?
    • True
    • False ✓
  • What is the output of an OR gate when one input is True and the other is False?
    • True ✓
    • False
  • Match the terms to the definitions.
    • AND gate
      a logic gate that outputs True only if both inputs are True ✓
    • OR gate
      a logic gate that outputs True if at least one input is True ✓
    • NOT gate
      a logic gate that outputs the opposite of its input ✓
    • truth table
      a table of all possible inputs and outputs for a logic gate or circuit ✓
  • Which of the following is NOT a fundamental logic gate?
    • AND
    • OR
    • NOT
    • True  ✓
  • In the truth table for (A AND B) OR C, what should the first column after the inputs be labelled as?
    • (A AND B) OR C
    • A AND B  ✓
    • OR C
  • You can check that a circuit represents the logic you intended by drawing a ______.
    • 'truth table' ✓
+