Starter quiz

  • Identify the inputs for this sentence: “If it is raining and not windy, I take an umbrella.”
    • umbrella (U)
    • raining (R)  ✓
    • windy (W)  ✓
    • weather (W)
  • A=0 B=1. Give the value of this expression: Q = NOT (A AND B).
    • 1  ✓
    • 0
  • Which logic gate is represented by this symbol?
    Which logic gate is represented by this symbol?
    • OR
    • AND  ✓
    • NOT
  • Which logic gate is represented by this symbol?
    Which logic gate is represented by this symbol?
    • NOT
    • AND
    • OR  ✓
  • Which logic gate is represented by this symbol?
    Which logic gate is represented by this symbol?
    • NOT  ✓
    • OR
    • AND
  • Write an expression for this sentence: “I’ll go bowling (B) if my friend (F) is coming and I have enough pocket money (M)”.
    • 'B = F AND M' ✓
+