Starter quiz

  • Match the base value to the correct number system.
    • base-10
      decimal ✓
    • base-2
      binary ✓
    • base-16
      hexadecimal ✓
  • Which of the following is not a hexadecimal digit?
    • 1
    • 0
    • A
    • F
    • H  ✓
  • ______ numbers are often used to represent colour codes.
    • 'hexadecimal ' ✓
  • What letter represents the decimal value 14 in hexadecimal?
    • D
    • E  ✓
    • F
  • The hexadecimal value C is equivalent to the binary value ______.
    • 1000
    • 0110
    • 1100  ✓
    • 0011
  • Which of these statements is false?
    • Web developers use hexadecimal values to represent colours, like #FF6600.
    • Hexadecimal is faster for the computer.  ✓
    • Hexadecimal is easier for humans to read and write compared to binary.
    • Hexadecimal shortens binary numbers for easier reading.
+