Question: Perform binary division using the unsigned binary numbers: 1110 / 101 = ? 11011 / 1001 = ? Find out the normalized binary representation for

Perform binary division using the unsigned binary numbers:

1110 / 101 = ?

11011 / 1001 = ?

  1. Find out the normalized binary representation for the following decimal numbers
  1. 0.125
  2. 2.4375
  3. 6.5
  4. 0.0625
  5. 1.3125

  1. Convert 0.875 to an IEEE 754 single precision floating point binary representation. Show the sign bit, the exponent, and the fraction.

  1. Convert -5.625 to an IEEE 754 single precision floating point binary representation. Show the sign bit, the exponent, and the fraction.

  1. Convert the IEEE 754 single precision floating point binary representation 0xC2E48000 to its corresponding decimal number. Note: the prefix 0x means the following number is a hexadecimal number, that is, 0xC2E48000 = C2E4800016.

  1. Convert the IEEE 754 single precision floating point binary representation 0x00800000 to its corresponding decimal number. Again, the prefix 0x means the following number is a hexadecimal number.

  1. Convert -3.375 to an IEEE 754 double precision floating point binary representation. Show the sign bit, the exponent, and the fraction.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!