Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In class,we learned that variables of type real have about 7 significant digits of precision. We know that the significand of the stored value has

In class,we learned that variables of type real have about 7 significant digits of precision. We know that the significand of the stored value has an implied leading 1 and then 23 fractional bits. The number 1 would be stored with the implied leading1, an exponent of 0(the actual number stored is 127, remember the shift),and the fractional bits would all be zero.The number 2 would be stored with the implied leading 1,an exponent of 1,and the fractional bits would all be zero. What is important for this assignment is realizing the value of the last bit in the significand. For the 1, the last bit is 223=1.19e-7.This is about 1/tenmillionth. For 2, it is222=2.38e-7.

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

Conceptual Database Design An Entity Relationship Approach

Authors: Carol Batini, Stefano Ceri, Shamkant B. Navathe

1st Edition

0805302441, 978-0805302448

More Books

Students also viewed these Databases questions

Question

=+2. What memory changes are associated with normal, healthy aging?

Answered: 1 week ago