Welcome to your Lession 3 Computer Organization And Architecture : MCA560
1. If (101.01)2=(x) 10, then what is the value of x?
2. What are the mantissa and exponent required respectively to represent ‘5’
in binary floating point representation?
3. If the two numbers are to be multiplied, the mantissa are multiplied and the
exponents are added.
4. For a twos complement representation, the truncation error is %BLANLK% .
5. What is the smallest floating point number that can be represented using a
32-bit word?
6. The decimal numbers represented in the computer are called as floating
point numbers, as the decimal point floats through the number.
7. %BLANK% constitute the representation of the floating number.
8. The normalized representation of 0.0010110 * 2 9 is %BLANK%.
9. In 32 bit representation the scale factor as a range of %BLANK%.
10. In double precision format, the size of the mantissa is %BLANK%
11. The sign followed by the string of digits is called as %BLANK%
12. The 32 bit representation of the decimal number is called as %BLANK%
16. A 32-bit floating-point binary number contains eight bits plus sign for the
exponent and 22 bits plus sign for the mantissa. The mantissa is a normalized
fraction. Numbers in the mantissa and exponent are in signed-magnitude
representation. What are the largest and smallest positive quantities that can
be represented, excluding zero?
17. Represent the number (+52.5), as a floating-point binary number with 26
bits. The normalized fraction mantissa has 18 bits and the exponent has 8
bits.