| 1. |
Floating-point form representation of a real number x is denoted by x = f × 10E in which ‘f’ is called1. Sign bit2. Exponent3. Partial derivative4. Mantissa |
|
Answer» Correct Answer - Option 4 : Mantissa Explanation: Floating-Point form Representation of a real number: This representation does not reserve a specific number of bits for the integer part or the fractional part. Instead, it reserves a certain number of bits for the number (called the mantissa or significand) and a certain number of bits to say where within that number the decimal place sits (called the exponent). Important Point: The floating number representation of a number has two parts:
The fixed-point mantissa may be a fraction or an integer. Floating -point is always interpreted to represent a number in the following form: M*re. Only the mantissa ‘m’ and the exponent ‘e’ are physically represented in the register (including their sign). A floating-point binary number is represented in a similar manner except that using base 2 for the exponent. A floating-point number is said to be normalized if the most significant digit of the mantissa is 1. |
|