Problem Set Answers: Binary and Hexadecimal

 

  1. Convert the following decimal numbers to binary:
    1. 7510 = 100 10112
    2. 23310 = 1110 10012
    3. 119110 = 100 1010 01112
    4. 80710 = 11 0010 01112
    5. 14,18810 = 11 0111 0110 11002
  2. Convert the following binary numbers to decimal:
    1. 10 11012 = 4510
    2. 110 0101 00012 = 161710
    3. 11 11102 = 6210
    4. 1000 11102 = 14210
    5. 11 0100 11112 = 84710
  3. Convert the following binary numbers to hexadecimal:
    1. 101 1101 10112 = 5DB16
    2. 1 1101 1011 01002 = 1DB416
    3. 1 0011 01102 = 13616
    4. 1000 1111 0111 11002 = 8F7C16
    5. 110 0101 1001 10112 = 659B16
  4. Convert the following hexadecimal numbers to binary:
    1. 24116 = 10 0100 00012
    2. EA16 = 1110 10102
    3. 5B716 = 101 1011 01112
    4. 3F0616 = 11 1111 0000 01102
    5. 80C916 = 1000 0000 1100 10012
  5. Perform the following additions and subtractions. Assume that all numbers are in sign and magnitude base 2 representation.
    1. 11101 + 110101 = 101 0010
    2. 110011 + 1111010 = 1010 1101
    3. 100110 + 11010 = 100 0000
    4. 1010111 + 10011 = 110 1010
    5. 1011010110 + 11100111 = 11 1011 1101
  6. Perform the following additions and subtractions. Assume that all numbers are in hexadecimal.
    1. AD85 + 6F = ADF4
    2. 8726 + 9583 = 11CA9
    3. E3B4 + 27D1 = 10B85
    4. 96F + 3A8C = 43FB
    5. 246 + ACE = D14

Email Me | Office Hours | My Home Page | Department Home | MCC Home Page

© Copyright Emmi Schatz 2011