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
139    
  11010011  
    83
211    
  00010111  
    8D
14    
  11001101  
    4E
111    
  10101110  
    E6
203    
  01100111  
    0C
165    
  00110010  
    7F
19    
  10000001  
    55
53    
  01000010  
    4D
222    
  00111010  
    DD
172    
  11101011  
    AF
178    
  11101000  
    6D
47    
  11010010  
    D8
102    
  00011100  
    FE