Starter quiz

  • What type of data does a logic gate process, where each value can only be True or False?
    • numeric
    • text
    • Boolean  ✓
    • dates
  • Which logic gate does the following symbol represent?
    Which logic gate does the following symbol represent?
    • AND
    • OR
    • NOT  ✓
  • Which type of logic gate is used when the output is True when at least one input is True?
    • 'OR' ✓
  • 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
  • Which of these are inputs for this statement? “If it is after 9.45 PM on a weekday and it is not the school holidays, I will go to bed.”
    • after 9:45 PM (T)  ✓
    • weekday (W)  ✓
    • holidays (H)  ✓
    • bed (B)
+