DATA REPRESENTATION AND NUMBER SYSTEMS
TWOS COMPLEMENT AND FLOATING POINT REPRESENTATION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Add 0.1100000 0001 and 0.1111100 0011 and normalise the result.
|
1001.0100 0100
|
|
0.1001010 0100
|
|
1.0010100 0100
|
|
0.1010100 0111
|
Explanation:
Detailed explanation-1: -In binary floating-point, the first bit of the mantissa (to the left of the binary point) is always 1 and therefore need not be stored. It is called the implicit leading one.
There is 1 question to complete.