Question

For IEEE 754 single-precision floating point, write the hexadecimal representation for the following decimal values: 0.6

For IEEE 754 single-precision floating point, write the hexadecimal representation for the following decimal values:

0.6

Homework Answers

Answer #1

0 =0

0.6 =0.1001 1001 1001 1001 1001 1001

Normalize the binary representation

1.0011 0011 0011 0011 0011 001 × 2-1

Sign: 0 (a positive number)

Exponent (unadjusted): -1

Mantissa (not normalized): 1.0011 0011 0011 0011 0011 001

Exponent (adjusted) =Exponent (unadjusted) + 2(8-1) - 1 =-1 + 2(8-1) - 1 =(-1 + 127)(10) =126 = 0111 1110

Sign (1 bit) =

0 (a positive number)

Exponent (8 bits) =

0111 1110

Mantissa (23 bits) =

001 1001 1001 1001 1001 1001

0 - 0111 1110 - 001 1001 1001 1001 1001 1001

in hexadecimal

0 7E 199999

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
Determine the decimal representation for 87.32 using the IEEE 754 single-precision format. (5 marks)
Determine the decimal representation for 87.32 using the IEEE 754 single-precision format.
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
Convert the following binary floating point number 100101.1001010101 using IEEE-756 single precision representation Plz show work,...
Convert the following binary floating point number 100101.1001010101 using IEEE-756 single precision representation Plz show work, thanks!
Find the single-precision IEEE 754 representation of 0.752. Please show all work/steps.
Find the single-precision IEEE 754 representation of 0.752. Please show all work/steps.
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
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
1. Write the single-precision Representation for the following decimal number. (-0.625) or -5/8. Final Results must...
1. Write the single-precision Representation for the following decimal number. (-0.625) or -5/8. Final Results must be in HEX. SHOW WORK PLEASE. 2. Given Hexadecimal 0x3F300000, convert it to decimal number if it is a single precision floating point number. SHOW WORK PLEASE.
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
Find the internal representation of the following decimal number in the Single Precision Floating Point format...
Find the internal representation of the following decimal number in the Single Precision Floating Point format of the value: -17.6 Non-terminating fractions should be carried out 6 places. You will show the different steps involved in this transformation by filling out the fields below. The value 17 in binary is ___ 2 (no leading or trailing zeroes). The value .6 in binary is ____ 2 (complete to 6 places) Normalized fraction: 1.____ 2 x 2Exponent. Exponent=_____. Biased Exponent in Binary:...
Convert the following decimal numbers into IEEE single precision format. Give your answer in hexadecimal. Show...
Convert the following decimal numbers into IEEE single precision format. Give your answer in hexadecimal. Show all work A) -15.5625 B) 10.9375