Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Consider the two floating - point systems defined below. They are similar to the one presented in the lecture, however, have different lengths for mantissa

Consider the two floating-point systems defined below. They are similar to the one
presented in the lecture, however, have different lengths for mantissa and exponent.
Both have 12 bit length in total. Their structure is as follows:
System 1: 1 sign bit, 6 exponent bits (excess 32 system),5 mantissa bits (non-
normalized form)26=64=>-32dots+31
System 2: 1 sign bit, 5 exponent bits (excess 16 system),6 mantissa bits (non-
normalized form)
a) Which of the systems has the largest number range?
b) Which of the systems has the higher accuracy/precision?
c) What is the largest positive number in System 1(in binary floating-point code)?
d) What is the smallest positive number in System 1>0(in binary floating-point
code)?
Hint: The sign bit is "0" for positive numbers, the exponent is encoded in the excess
system which has a sign bit "1" for positive numbers. The smallest value for the
mantissa needs to have a "1" as least significant bit.
image text in transcribed

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_2

Step: 3

blur-text-image_3

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

Spatial Database Systems Design Implementation And Project Management

Authors: Albert K.W. Yeung, G. Brent Hall

1st Edition

1402053932, 978-1402053931

More Books

Students also viewed these Databases questions

Question

Question What integration level should an employer choose?

Answered: 1 week ago