Computer Organisation
Computer Organisation
The integer and fractional parts of this format are not given a specified
number of bits. Instead, it sets aside a particular number of bits for the
number (known as the mantissa) and another number of bits to indicate
where the decimal place is inside that number (called the exponent) and the
first bit is represented as the sign of the number.
result.
Multiply Rule
1. Add the exponents and subtract 127.
Divide Rule
1. Subtract the exponents and add 127.
Example :
The floating-point representation pattern is 0 10000000 110 0000 0000 0000 0000 0000.
Solution : Sign bit S = 0 ⇒ positive number E = 1000 0000B = 128D (in normalized form)