Question

In: Computer Science

1. Assuming three-bit exponent field and four-bit significand, what is the bit pattern for -8.75?

1. Assuming three-bit exponent field and four-bit significand, what is the bit pattern for -8.75?

Solutions

Expert Solution

11100001

Explanation:
-------------
-8.75
Converting 8.75 to binary
   Convert decimal part first, then the fractional part
   > First convert 8 to binary
   Divide 8 successively by 2 until the quotient is 0
      > 8/2 = 4, remainder is 0
      > 4/2 = 2, remainder is 0
      > 2/2 = 1, remainder is 0
      > 1/2 = 0, remainder is 1
   Read remainders from the bottom to top as 1000
   So, 8 of decimal is 1000 in binary
   > Now, Convert 0.75000000 to binary
      > Multiply 0.75000000 with 2.  Since 1.50000000 is >= 1. then add 1 to result
      > Multiply 0.50000000 with 2.  Since 1.00000000 is >= 1. then add 1 to result
      > This is equal to 1, so, stop calculating
   0.75 of decimal is .11 in binary
   so, 8.75 in binary is 00001000.11
-8.75 in simple binary => 1000.11
so, -8.75 in normal binary is 1000.11 => 1.0001 * 2^3

8-bit format:
--------------------
sign bit is 1(-ve)
exponent bits are (3+3=6) => 110
   Divide 6 successively by 2 until the quotient is 0
      > 6/2 = 3, remainder is 0
      > 3/2 = 1, remainder is 1
      > 1/2 = 0, remainder is 1
   Read remainders from the bottom to top as 110
   So, 6 of decimal is 110 in binary
frac/significant bits are 0001

so, -8.75 in 8-bit format is 1 110 0001

Related Solutions

Assuming three-bit exponent field and four-bit significand, what is the bit pattern for -8.75
Assuming three-bit exponent field and four-bit significand, what is the bit pattern for -8.75
Assuming three-bit exponent field and four-bit significant, what is the bit pattern for 5.75
Assuming three-bit exponent field and four-bit significant, what is the bit pattern for 5.75
(5 pts) Assuming three-bit exponent field and four-bit significand, what is the bit pattern for 11.25(show...
(5 pts) Assuming three-bit exponent field and four-bit significand, what is the bit pattern for 11.25(show work)
Using the three-bit exponent field and four-bit significand, what is the bit pattern for the -2.5?...
Using the three-bit exponent field and four-bit significand, what is the bit pattern for the -2.5? (show work)
1.The binary bit pattern 10011. Please give the number for this pattern represent in each of...
1.The binary bit pattern 10011. Please give the number for this pattern represent in each of the following: ones complement integer, twos complement integer, unsigned integer, sign-magnitude integer, and fixed point factional number. (Please note that there will be two bits to the left of the binary points and three bits to the right)
6. (5pts) Using four 1-bit full adders only to design a four-bit combinational Excess-3 to BCD...
6. (5pts) Using four 1-bit full adders only to design a four-bit combinational Excess-3 to BCD converter. Show the block diagram and label all inputs and outputs
3.21 [10] <§3.5> If the bit pattern 0×0C000000 is placed into the Instruction Register, what MIPS...
3.21 [10] <§3.5> If the bit pattern 0×0C000000 is placed into the Instruction Register, what MIPS instruction will be executed? 3.22 [10] <§3.5> What decimal number does the bit pattern 0×0C000000 represent if it is a floating point number? Use the IEEE 754 standard. Given the following 32-bit binary sequences representing single precision IEEE 754 floating point numbers: a = 0100 0000 1101 1000 0000 0000 0000 0000 b = 1011 1110 1110 0000 0000 0000 0000 0000 Perform the...
Assuming no exit aperture, what is the theoretical resolving power of a magnetic sector field with...
Assuming no exit aperture, what is the theoretical resolving power of a magnetic sector field with a mass dispersion of ∂M = 0.950m, an object width of OS = 250µm and magnification d=1? Give resolving power as R = m/∆m. Is R sufficient to resolve the isobars 87Rb and 87Sr?Hint: 87Rb = 86.909187u, 87Sr = 86.908884u
5. A Company is comparing three alternative investments in Field 1, Field 2 and Field 3....
5. A Company is comparing three alternative investments in Field 1, Field 2 and Field 3. This company opts to undertake the analysis using a discount rate of 10%. The estimated cash flows for each investment are as follow: Years Field 1 Cash Flow $ Field 2 Cash Flow $ Field 3 Cash Flow $ 0 -75,000 -175,000 -475,000 1 30,000 25,000 150,000 2 20,000 25,000 150,000 3 20,000 25,000 150,000 4 15,000 25,000 75,000 5 10,000 25,000 75,000 6...
Four varieties of soybean were planted in each of three separate regions of a field.  The resulting...
Four varieties of soybean were planted in each of three separate regions of a field.  The resulting yields were: Region Variety A B C D 1 45 48 43 41 2 49 45 42 39 3 38 39 35 36 Give a graphical summary of the data. From the graphic, conjecture as to whether you believe a difference exists in the four different varieties of soybean.   Give 4 C’s for both a parametric and nonparametric test for these data.   
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT