Question: Assume we are using the simple model for floating-point representation as given in the text (the representation uses a 14-bit format, 5 bits for the

Assume we are using the simple model for floating-point representation as given in the text (the representation uses a 14-bit format, 5 bits for the exponent with a bias of 15, a normalized mantissa of 8 bits, and a single sign bit for the number)

a) Show how the computer would represent the numbers 100.0 and 0.25 using this floating-point format. 

b) Show how the computer would add the two floating-point numbers in Part a by changing one of the numbers so they are both expressed using the same power of 2. 

c) Show how the computer would represent the sum in Part b using the given floating-point representation. What decimal value for the sum is the computer actually storing? Explain.

Step by Step Solution

3.41 Rating (154 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

a Representing 1000 Sign bit S 0 positive number Exponent E The exponent should represent 2715 which is 222 To represent this in 5 bits with a bias of ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Essentials Of Computer Organization Questions!