Question

In: Computer Science

Convert the following binary floating point  to decimal IEEE 32-bit floating point format.   0 1000 0101 000...

Convert the following binary floating point  to decimal

IEEE 32-bit floating point format.  

0 1000 0101 000 0100 1101 0000 0000 0000

Solutions

Expert Solution

0 10000101 00001001101000000000000
sign bit is 0(+ve)
exp bits are 10000101
   => 10000101
   => 1x2^7+0x2^6+0x2^5+0x2^4+0x2^3+1x2^2+0x2^1+1x2^0
   => 1x128+0x64+0x32+0x16+0x8+1x4+0x2+1x1
   => 128+0+0+0+0+4+0+1
   => 133
in decimal it is 133
so, exponent/bias is 133-127 = 6
frac bits are 00001001101

IEEE-754 Decimal value is 1.frac * 2^exponent
IEEE-754 Decimal value is 1.00001001101 * 2^6
1.00001001101 in decimal is 1.03759765625
   => 1.00001001101
   => 1x2^0+0x2^-1+0x2^-2+0x2^-3+0x2^-4+1x2^-5+0x2^-6+0x2^-7+1x2^-8+1x2^-9+0x2^-10+1x2^-11
   => 1x1+0x0.5+0x0.25+0x0.125+0x0.0625+1x0.03125+0x0.015625+0x0.0078125+1x0.00390625+1x0.001953125+0x0.0009765625+1x0.00048828125
   => 1+0.0+0.0+0.0+0.0+0.03125+0.0+0.0+0.00390625+0.001953125+0.0+0.00048828125
   => 1.03759765625
so, 1.03759765625 * 2^6 in decimal is 66.40625
so, 01000010100001001101000000000000 in IEEE-754 single precision format is 66.40625
Answer: 66.40625



Related Solutions

Convert the following decimal numbers to 32-bit IEEE floating point: 86.59375 -1.59729 Convert the following 32-bit...
Convert the following decimal numbers to 32-bit IEEE floating point: 86.59375 -1.59729 Convert the following 32-bit IEEE floating point numbers to decimal: 0100 1100 1110 0110 1111 1000 0000 0000 1011 0101 1110 0110 1010 0110 0000 0000
Concert the following 32-bit floating point number (IEEE single precision) into their decimal representation. 1100 0101...
Concert the following 32-bit floating point number (IEEE single precision) into their decimal representation. 1100 0101 0001 1111 1000 0000 0000 0000 (ANSW: -2552.0) Please show all work
Convert the following 32-bit IEEE floating point numbers to decimal: 0100 1100 1110 0110 1111 1000...
Convert the following 32-bit IEEE floating point numbers to decimal: 0100 1100 1110 0110 1111 1000 0000 0000 1011 0101 1110 0110 1010 0110 0000 0000 Determine whether or not the following pairs are equivalent by constructing truth tables: [(wx'+y')(w'y+z)] and [(wx'z+y'z)] [(wz'+xy)] and [(wxz'+xy+x'z')] Using DeMorgan’s Law and Boolean algebra, convert the following expressions into simplest form: (a'd)' (w+y')' ((bd)(a + c'))' ((wy'+z)+(xz)')' Draw the circuit that implements each of the following equations: AB'+(C'+AD')+D XY'+WZ+Y' (AD'+BC+C'D)' ((W'X)'+(Y'+Z))'
Convert the following binary number (signed 32-bit floating point IEEE-754) into decimal. 0100 0011 0100 0000...
Convert the following binary number (signed 32-bit floating point IEEE-754) into decimal. 0100 0011 0100 0000 0000 0000 0000 0000
Q1.Convert C46C000016 into a 32-bit single-precision IEEE floating-point binary number.
Q1.Convert C46C000016 into a 32-bit single-precision IEEE floating-point binary number.
Convert the following decimal numbers into their 32-bit floating point representation (IEEE single precision). You may...
Convert the following decimal numbers into their 32-bit floating point representation (IEEE single precision). You may use a calculator to do the required multiplications, but you must show your work, not just the solution. 1. -59.75 (ANSW: 11000010011011110000000000000000) 2. 0.3 (ANSW: 00111110100110011001100110011010 (rounded) 00111110100110011001100110011001 (truncated; either answer is fine)) Please show all work
The number –11.375 (decimal) represented as a 32-bit floating-point binary number according to the IEEE 754...
The number –11.375 (decimal) represented as a 32-bit floating-point binary number according to the IEEE 754 standard is
Convert 1.67e14 to the 32-bit IEEE 754 Floating Point Standard, with the following layout: first bit...
Convert 1.67e14 to the 32-bit IEEE 754 Floating Point Standard, with the following layout: first bit is sign bit, next 8 bits is exponent field, and remaining 23 bits is mantissa field; result is to be in hexadecimal and not to be rounded up. answer choices 5717E27B 57172EB7 5717E2B7 C717E2B7 5771E2B7
3. IEEE Floating Point Representation What decimal number does the 32-bit IEEE floating point number 0xC27F0000...
3. IEEE Floating Point Representation What decimal number does the 32-bit IEEE floating point number 0xC27F0000 represent? Fill in the requested information in the blanks below. What is the sign of the number (say positive or negative): What is the exponent in decimal format: What is the significand in binary: What is the value of the stored decimal number in decimal (final answer): Credit will be given for your final answer in the blanks and the work shown below.
Convert 1101.11011101 x 223 to IEEE Standard 754 for single-precision floating-point binary format. Convert the IEEE...
Convert 1101.11011101 x 223 to IEEE Standard 754 for single-precision floating-point binary format. Convert the IEEE Standard 754 number 11001010100011010101000000000000 to its decimal equivalent.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT