Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Question 3 1 pts Let's work through the math of a float stored in base 3 . . . another hypothetical exercise. Suppose we stored

Question 3
1 pts
Let's work through the math of a float stored in base 3... another hypothetical exercise.
Suppose we stored a floating point number in 6 "bits" of storage, with the format m*3n. The mantissa and exponent are base 3 numbers -- i.e., the value in each "bit" could be 0,1, or 2.
The first "bit" is devoted to the sign of the mantissa, with 0 being positive and 1 or 2 being negative.
The second "bit" is devoted to the sign of the exponent.
The third and fourth "bits" set the magnitude of the exponent.
The fifth and sixth "bits" set the magnitude of the mantissa.
What is the value of: |0|1|1|2|2|2||, when converted to base 11?? Don't worry about the formatting of the number, just give a value.
Quick hint/reminder about converting between bases: '211' in base 3 would be 232+131+130=22(in base 10).
image text in transcribed

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