Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

If possible, briefly explain how to answer these questions so I may be able to complete them in the future. 13. We have a 9bit

If possible, briefly explain how to answer these questions so I may be able to complete them in the future. 13. We have a 9bit FP representation based on the IEEE 754 standard: 1 for the sign, 4 for the exponent and 4 for the fraction. You may need to round. You should show your work for partial credit. Please show answers in binary. (a) Represent 0.125 (1/8) in this system. (b) Represent 5.25 in this system. (c) Obtain the product of the two numbers from (a) and (b) above: Add the two exponents using exponent encoding: Multiply the two significands including rounding: Give the result in 9-bit binary format. (d) Obtain the sum: Normalize so both have same exponent: Now show the sum, which may require normalizing exp or rounding. 14. What decimal value is represented by the following bit string when interpreted as a single precision floating point value: 0x43008000? 15. Represent decimal 63.0 as a single precision floating point value (in hex).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions