1. | One byte equals to how many bits ? |
Answer: (b).8 bits
|
2. | The numbers written to the power of 10 in the representation of decimal numbers are called as _____. |
Answer: (c).Scale factors
|
3. | If the decimal point is placed to the right of the first significant digit, then the number is called as ________. |
Answer: (b).Normalized
|
4. | ________ constitute the representation of the floating number. |
Answer: (d).All of the above
|
5. | The sign followed by the string of digits is called as ______. |
Answer: (c).Mantissa
|
6. | In IEEE 32-bit representations, the mantissa of the fraction is said to occupy ______ bits. |
Answer: (b).23
|
7. | The normalized representation of 0.0010110 * 2 ^ 9 is |
Answer: (b).0 10000101 0110
|
8. | The 32 bit representation of the decimal number is called as ____. |
Answer: (b).Single-precision
|
9. | In 32 bit representation the scale factor as a range of ________. |
Answer: (a).-128 to 127
|
10. | In double precision format the size of the mantissa is ______. |
Answer: (b).52 bit
|