Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this problem, assume integers and floats are both 9 bits. The floating point representation consists of 1 sign bit 4 bits biased exponent, bias

In this problem, assume integers and floats are both 9 bits. The floating point representation consists of 1 sign bit 4 bits biased exponent, bias = 7, E_min = -6, E_max = 7 4 bits fraction Exponents with all 0's or all 1's follow a convention analogous to the IEEE standard The rounding mode is IEEE nearest Give answers to the following problems in the floating point representation just presented. a) The smallest possible positive number b) The largest possible positive number (not infinity) c) The smallest number greater than 1 d) The largest number less than 1 e) Integer 001101010 f) Product of floating point numbers: 010100100 x 011110000 g) Product of floating point numbers: 010100100 x 001010001 h) Difference of floating point numbers: 010000011 - 001110111 i) Sum of floating point numbers: 010000000 + 000111111 

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

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Sham Navathe

4th Edition

0321122267, 978-0321122261

More Books

Students also viewed these Databases questions

Question

What is meant by functional currency and how it is determined?

Answered: 1 week ago