Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the following 16-bit floating point representation based on the IEEE floating point format: There is a sign bit in the most significant bit. The

Consider the following 16-bit floating point representation based on the IEEE floating point format:

There is a sign bit in the most significant bit.

The next seven bits are the exponent. The exponent bias is 63.

The last eight bits are the significand.

The rules are like those in the IEEE standard (normalized, denormalized, representation of 0, infinity, and NAN). As described in class, we consider the floating point format to encode numbers in a form:

(-1)s * m * 2E

where m is the mantissa and E is the exponent.

A)

What is the value of m for negative zero.

Group of answer choices

256

257

0

127

B)

What is the value of E for negative zero?

Group of answer choices

-62

63

62

-63

0

C)

What is the hexadecimal representation of the smallest value > 1?

Group of answer choices

FF00

013F

8000

00FF

3F01

D)

What is the value of m for the smallest value > 1?

Group of answer choices

257/256

255/256

127/128

257

256

E)

What is the value of E for the smallest value > 1?

Group of answer choices

62

-63

-62

0

63

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

Students also viewed these Databases questions