Converting 9-bit binary to floating point number

73 Views Asked by At
  1. The exponent field employs a bias of 15. Decode the 9-bit, normalized, binary number into its normalized decimal value: 110001101 (show steps please)

  2. Assume the same format. Determine the bit pattern for the decimal number 2.25.

First show the binary representation then show each component of the floating point number separately and how you got it.

0

There are 0 best solutions below