Question: A 'bit model' is binary number in a set number of bits. For example, a single precision value is in a 32 bit model and

 A 'bit model' is binary number in a set number of

A 'bit model' is binary number in a set number of bits. For example, a single precision value is in a 32 bit model and a double precision in a 64 bit model (i.e. single precision is represented in 32 bits, etc. So you have to pad the right most bits with zero until all 32 are represented (shown). If the binary is 101011 [this is the with the sign bit, the exponent and the mantissa] then you have to add zeros in the 32 bit model so it is display as: 10101100000000000000000000000000.

3.) Convert the following binary number into as many representations as possible. Label the bit model used in each (do not assume any one bit model, but use as many as you can) a.) 1001 1001 (pad bits (0) least significant - to the right for 16 and 32 bit representations ) al.) a2.) 1001 1001 0000 0000 1001 1001 0000 0000 0000 0000 0000 0000 3.) Convert the following binary number into as many representations as possible. Label the bit model used in each (do not assume any one bit model, but use as many as you can) a.) 1001 1001 (pad bits (0) least significant - to the right for 16 and 32 bit representations ) al.) a2.) 1001 1001 0000 0000 1001 1001 0000 0000 0000 0000 0000 0000

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!