Starter quiz

  • What is the binary number system based on?
    • base-10
    • base-2  ✓
    • base-8
    • base-16
  • Which number system uses the digits 0 to 9?
    • binary
    • hexadecimal
    • decimal  ✓
    • octal
  • What is the name of the electronic switch used in computing?
    • 'transistor' ✓
  • In ascending order, give the results of the rules of binary addition: 0 + 0, 0 + 1, 1 + 1, 1 + 1 + 1.
    • 1
      00
    • 2
      01
    • 3
      10
    • 4
      11
  • What happens when you shift a binary number to the left?
    • It divides the number by a power of 2.
    • It adds 1 to the number.
    • It subtracts 1 from the number.
    • It multiplies the number by a power of 2.  ✓
  • In binary, what is 110 multiplied by 1000?
    • '110000' ✓
+