Question

If the IEEE Standard 754 representation of a floating point number is given as 01101110110011010100000000000000, determine...

If the IEEE Standard 754 representation of a floating point number is given as 01101110110011010100000000000000, determine the binary value represented by this 32-bit number

Homework Answers

Answer #1

1. Identify the elements that make up the binary representation of the number:

First bit (the leftmost) indicates the sign,
1 = negative, 0 = positive.

The next 8 bits contain the exponent:
1101 1101

The last 23 bits contain the mantissa:
100 1101 0100 0000 0000 0000

2. Convert the exponent from binary (base 2) to decimal (base 10):

The exponent is allways a positive integer.

1101 1101(2) =

1 × 27 + 1 × 26 + 0 × 25 + 1 × 24 + 1 × 23 + 1 × 22 + 0 × 21 + 1 × 20 =

128 + 64 + 0 + 16 + 8 + 4 + 0 + 1 = 221(10)

3. Adjust the exponent:

Exponent adjusted = 221 - 127 = 94

4. put all the values into expression

(sign) (1 . Mantissa) × 2(Exponent adjusted) =

(0) (1 . 100 1101 0100 0000 0000 0000) × 294

011001101010000000000000000000000000000000000000000000000000000000000000000000000000000000000000

if you have any doubt, feel free to ask in the comments.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Convert the following floating-point number (stored using IEEE floating-point standard 754) to a binary number in...
Convert the following floating-point number (stored using IEEE floating-point standard 754) to a binary number in non-standard form. 1100_0100_1001_1001_1000_0000_0000_0000
Assuming a 5-bit IEEE (754 standard) floating-point format where 1 bit is used for the sign,...
Assuming a 5-bit IEEE (754 standard) floating-point format where 1 bit is used for the sign, 3 bits for the exponent, and 1 bit for the fraction, write the formulas for the exponent E, the significand M, the fraction f, and the value V for the quantities that follow and also describe the bit representation. Please show all steps to receive full credit. The number 5.0 The largest odd integer that can be represented exactly The reciprocal of the smallest...
Convert the number 425.6 to the IEEE-754 32-bit floating point format. Don't use cheet
Convert the number 425.6 to the IEEE-754 32-bit floating point format. Don't use cheet
How do you convert a decimal like 4.9219 into binary? (assuming 32-bit IEEE 754 floating point...
How do you convert a decimal like 4.9219 into binary? (assuming 32-bit IEEE 754 floating point format)
Given a 12-bit IEEE floating point format with 5 exponent bits: Give the hexadecimal representation for...
Given a 12-bit IEEE floating point format with 5 exponent bits: Give the hexadecimal representation for the bit-pattern representing −∞−∞. Give the hexadecimal representation for the bit-patterns representing +0 and -1. Give the decimal value for the floating point number represented by the bit-pattern 0xcb0. Give the decimal value for largest finite positive number which can be represented? Give the decimal value for the non-zero negative floating point number having the smallest magnitude. What are the smallest and largest magnitudes...
Using the IEEE single-precision floating point representation, find the decimal number represented by the following 32-bit...
Using the IEEE single-precision floating point representation, find the decimal number represented by the following 32-bit numbers, each expressed as an 8-digit hex number. Express your answer using decimal scientific notation. (a) (C6500000)16 (b) (31200000)16
1. Find the binary floating-point representation and the machine representation in IEEE double precision format for...
1. Find the binary floating-point representation and the machine representation in IEEE double precision format for the number 12.70 by hand. Show the complete working of this problem
Using the 32-bit binary representation for floating point numbers, represent the number 10111001100112 as a 32...
Using the 32-bit binary representation for floating point numbers, represent the number 10111001100112 as a 32 bit floating point number.
Convert the decimal number 1283.181 to IEEE 754 floating point format. Show all work.
Convert the decimal number 1283.181 to IEEE 754 floating point format. Show all work.
Represent the following decimal numbers using IEEE-754 floating point representation. please show all work i. -0.75...
Represent the following decimal numbers using IEEE-754 floating point representation. please show all work i. -0.75 ii. 0 iii. - infinity iv. 23 v. 10.25
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT