CMSC313 Conversion Homework

Name: ______________________

Email: ______________________

BINARY/DECIMAL PROBLEMS

In the following table, there are three columns. One column has a value in a specified number system. You are convert that value to the other two numer systems, i.e., if I give you a decimal value of 16, you are to give me the binary equivalent (00010000) and the hexadecimal equivalent (10).

Show all binary numbers as eight digits and all hexadecimal numbers as two digits!

DECIMAL BINARY HEXADECIMAL
119    
  11000011  
    33
231    
  00000111  
    8F
7    
  11001111  
    3E
101    
  11101110  
    E0
200    
  01111111  
    0B
168    
  00000010  
    72
13    
  10000000  
    53
53    
  01000000  
    4F
212    
  00111000  
    CC
127    
  10101010  
    AA
198    
  11110000  
    6B
37    
  11100010  
    DE
112    
  00001100  
    FF