using normalised floating point binary representation using 8 bits for the matisssa and 4 for the exponent, represent the denary value -6.5
(i wrote the full detailed steps on the answer side)
Convert the following number from denary to normalised floating point binary (answer to be written as x.xxxxxxx xxxx e.g. 0.1000000 0000) -13.25
1.0010110 0100
Convert the following numbers from denary to normalised floating point binary (8 bits for the mantissa, 4 bits for exponent)
13.25
0.1101010 0100
The part of the floating point number that represents the significant digits of that number.
mantissa
The power to which the number in the mantissa is to be raised.
exponent
Convert the following numbers from floating point binary to denary.
1.0101101 0101
-20.75
why are floating point numbers normalised (2)
explain trade off between mantissa and exponent
the choice will affect size/ range and accuracy
more bits for mantissa means a greater accuracy
however more bits for exponent means greater range and size in the number
Show the denary number −5.25 in floating point binary form representing the mantissa and exponent in two’s complement, using as few bits as possible. Show your working.
In fixed point is 1010.11
Mantissa becomes 1.01011
Exponent of 3 / 11
Giving answer of 101011 011
convert -13.25 from denary to normalised floating point binary
1.0010110 0100