Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Floating point representation (20 points) IEEE single preceision float point notation is: most sig. least sig. SEEE,EEEE EMMM,MMMM MMMM,MMMM MMMM,MMMM where: S = sign bit

Floating point representation (20 points)

IEEE single preceision float point notation is:

most sig. least sig. SEEE,EEEE EMMM,MMMM MMMM,MMMM MMMM,MMMM where: S = sign bit (0 = positive, 1 = negative)

EEEE,EEEE are the exponent bits: Bit pattern (EEEE,EEEE) Power of 2 0111,1101 2-2 0111,1110 2-1 0111,1111 20 1000,0000 21 1000,0001 22 MMM,MMMM MMMM,MMMM MMMM,MMMM are the mantissa bits (with the highest 1 bit, the "hidden bit", not stored)

Please do the following (5 points each):

a. Which floating point number is represented in memory as 0x40E00000?

b. Which floating point number is represented in memory as 0x80000000?

c. How is the floating point number 3.5 represented in 4 bytes?

d. How is the floating point number -1.0 represented in 4 bytes?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2014 Integration Services

Authors: Brian Knight, Devin Knight

1st Edition

1118850904, 9781118850909

More Books

Students also viewed these Databases questions

Question

What is the most important part of any HCM Project Map and why?

Answered: 1 week ago