Thursday, 4 October 2007

Task 12

A one-byte floating-point numbering system uses 5 places for the mantissa and 3 for the exponene. Convert the number 2.25 into normalised floating-point number using the following table to guide you.

Step 1: 10.01
Step 2: 0.1001
Step 3: 2 Places to the right
Step 4: 010
Step 5: 01001010

No comments: