c) Using the 32-bit binary representation for floating point
numbers, represent the number 1011100110011 as a 32 bit floating
point number.
i) A digital camera processes the images images in the
real-world and stores them in binary form. Using the principles of
digital signal processing, practically explain how this phenomenon
occurs.
Using the simple model for representing binary floating point
numbers
A floating-point number is 14 bits in length.
The exponent field is 5 bits.
The significand field is 8 bits.
The bias is 15
Represent -32.5010 in the simple model.
Convert the decimal floating point value 8.125 to a 12 bit
binary floating point value. Use a sign bit, 3 bits (excess 3) for
the exponent and an 8 bit significand. Enter just a 12 digit binary
value ( e.g. 0 000 11110000 ) spaces ignored.
2. a) Represent the decimal value 47.375 as a
single precision IEEE floating point number. Give
your answer in hexadecimal and show your work.
b) Represent the decimal value 47.375 as a
double precision IEEE floating point number. Give
your answer in hexadecimal and show your work.