Using a 6till signed negative number what is the greatest po
     Using a 6-till signed (negative) number what is the greatest positive value that it can store?  A binary number is often padded with leading  to adjust it to the required width.  Decode the following mummery during coded in  from to its decimal (base 10) value. (partial credit)  06, EB,00,00  show the exponent value. the decimalized value. and the final answer.  For the toolbar press ALT + F10 (PC) of ALT + FN + F 10 (mac). 
  
  Solution
A binary number is often padding with leading ZEROS (0\'s) to adjust it with required width.
Adding ZEROS to front of a number does not change the actual value of a number
Ex: 1, 01, 001 => they all are equal to 1

