Review 10-23

Harold Nelson

10/23/2019

Number Conversions

  1. Binary to Decimal
  2. Binary to Hexadecimal
  3. Decimal to Binary
  4. Decimal to Hexadecimal
  5. Hexadecimal to Binary
  6. Hexadecimal to Decimal

Characters

The ascii table will be available.

  1. Write a string of characters as hex
  2. Interpret a string of hex as characters
  3. Use the function chr()
  4. Use the function ord()