HW: Interpreting Binary Data

Part C: Interpreting Binary Data

  1. What is the decimal value for 0x24A60004 if it represents an unsigned integer?     
  2. What is the decimal value for 0x24A60004 if it represents a two's complement integer?     
  3. What is the floating point decimal value for 0x24A60004 if it represents a 32-bit floating point number? (You may leave your answer in decimal scientific notation and you may round it to 6 or so significant digits (i.e., you can ignore the rightmost 4 and treat it as 0x24A60000).)     
  4. What MIPS instruction is represented by the 32-bit number 0x24A60004?