Starter quiz

  • What is the order of precedence for Boolean operators?
    • OR, AND, NOT
    • NOT, AND, OR  ✓
    • AND, OR, NOT
    • NOT, OR, AND
  • Which logic gate outputs True only when both inputs are True?
    • AND  ✓
    • OR
    • NOT
  • A circuit diagram is used to ...
    • represent a logical expression as letters.
    • identify why a circuit isn't working and debug it.
    • represent a logic circuit as a picture.  ✓
  • A logic circuit uses two or more ______ components to implement a more complex logical statement.
    • 'logic gate' ✓
  • Identify the input or inputs for this sentence: "I will go to the park if my friend is not busy, and it is sunny".
    • park
    • busy  ✓
    • sunny  ✓
  • Put the steps to write a logic statement in order.
    • 1
      Identify and label the inputs and the outcome.
    • 2
      Identify the logical operators.
    • 3
      Remove the rest of the words.
+