Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Using the last digit of your Z-ID, select the value you will be using for question 3. On the test there will be 10 values.

Using the last digit of your Z-ID, select the value you will be using for question 3. On the test there will be 10 values. "Just pick one in this case" 3. Floating point numbers : number from table convert to a float that uses a n-bit significand, an m-bit exponent and a sign bit. You must show work to get points. The following table consists of value to convert, the exponent size, and the signifiand size, example -100.1,14,7 -100.1 is the float, use a 14 bit exponent, and a 7-bit significand. Examples of possible values. 77.69, 11, 8 -111.67, 10, 8 -123.321, 8, 9 232.323, 7, 9 199.77, 11, 10 -444.46, 9, 10 501.88, 8, 11 -678.90, 12, 11 888.77, 9, 12 987.65, 6, 12 a.(2) Convert the integer portion to binary, your choice of manual calculation. 

b.(2) Use shift left (multiply by 2) method to convert fractional portion to

binary. You man trucate when sufficient number of bits caculated. c.(2) Show number in binary hybrid form of scientific notation 1.bbbbbbb x 2^y d.(2) Calculate the final biased exponent. e.(3) Show the completed binary floating point number as it will be stored.

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

More Books

Students also viewed these Databases questions