0% found this document useful (0 votes)
11 views2 pages

4 VTV

The document outlines the process of converting a binary number in IEEE 754 format back to its decimal equivalent. It details steps including determining the sign, exponent, and mantissa, unbiasing the exponent, denormalizing the number, and converting the binary to its floating-point equivalent. The final result of the conversion is 40.15625.

Uploaded by

khawla2076
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views2 pages

4 VTV

The document outlines the process of converting a binary number in IEEE 754 format back to its decimal equivalent. It details steps including determining the sign, exponent, and mantissa, unbiasing the exponent, denormalizing the number, and converting the binary to its floating-point equivalent. The final result of the conversion is 40.15625.

Uploaded by

khawla2076
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Proof your work

Convert 0 10000100 01000001010…0 back to IEEE

Step 1a Sign Exponent Mantissa


Determine the decimal of the binary 0 010000100 01000001010…0
number

128 32 16 8 4 2 1
1 0 0 0 1 0 0
Step 1b 128+4
Unbias the number by Subtracting 127
from the decimal number to determine
Binary value = 132
the exponent

132 – 127 = 5
Step 2
Denormalize by multipling the number by 2 and
the exponent from step 2.
Set up format 1 mantissa x 2 exponent

.
1.0100000101 x 25
Step 3a
Move decimal (Radix point) to the right of
the left most 1 to come up with the exponent Equals
101000 . 001012
Step 3b
Convert binary number to FP equvalent

32 16 8 4 2 1 .5 .25 .125 .0625 .03125


Step 4a
1 0 1 0 0 0 0 0 1 0 1 Step 4b
Find whole number of exponent Find fractional numberof
the mantissa
32+8 = 40 .1250 + .03125 = .15625

Step 4c
Add together values. Make sure to include
the sign if it is a negative value

40.15625

You might also like