Starter quiz

  • Match the terms to the description.
    • binary
      a number system using 0 and 1 ✓
    • decimal
      a number system using the digits 0 to 9 ✓
    • transistor
      a switch in an electronic circuit ✓
    • instruction
      a direction for performing a task ✓
  • What number system uses only the digits 0 and 1?
    • decimal
    • binary  ✓
    • octal
    • hexadecimal
  • What is the base of the decimal number system?
    • 2
    • 8
    • 10  ✓
    • 16
  • What is a carry in binary addition?
    • a number that is discarded
    • a digit that remains unchanged
    • a subtraction result
    • a value moved to the next column  ✓
  • What is the result of the binary addition 1 + 1?
    • '10' ✓
  • What is the result of the binary addition 11001 + 111?
    • '100000' ✓
+