Starter quiz

  • Which of the following is a Boolean expression?
    • How many sweets do you have?
    • The car is red.  ✓
    • What is the time?
    • Close the door.
  • The output of a NOT gate is ______ when the input is False.
    • True ✓
    • False
  • A truth table for an AND gate has ______ possible input combinations.
    • 1
    • 2
    • 4  ✓
  • Which logic gate outputs True when both inputs are False?
    • none  ✓
    • AND
    • OR
    • XOR
  • Match the keyword to the definition.
    • Boolean
      an expression that evaluates to either True or False ✓
    • logic gate
      an electronic component that carries out a logical operation ✓
    • truth table
      shows the outputs for all possible combinations of inputs ✓
  • The CPU uses billions of tiny electronic components called ______ gates.
    • 'logic' ✓
+