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.
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.
Convert from binary to decimal to hexadecimal (PLEASE
SHOW ALL WORK)
a. 1010 1011
- decimal:
- hexadecimal
b. 0011 0001
- decimal:
- hexadecimal:
c. 1110 0111
- decimal:
- hexadecimal:
d. 1111 1111
- decimal:
- hexadecimal: