Convert the following decimal number to hexadecimal 88 Which
     Convert the following decimal number to hexadecimal: 88  Which is the correct hexadecimal number corresponding to the binary number 1010 1011?  BC  AB  AC  None of the above  
  
  Solution
5)the decimal number is 88
 explanation: decimal value is 88
         hexadecimal value for 88 is 58
 step 1)88/16=5 and reminder is 8
 step 2)5%16=0 and reminder is 5
so the hexadecimal value is 58
6)AB
binary number is 1010 1011
according to binary to hexa conversion table
 1010 =A
 1011 =B
 so the answer AB

