What is fixed point
how does the computer remember the position of the point
set by the software in use, or occasionally the hardware of the processor
what is range
The difference between the highest and lowest numbers that can be represented
what is precision
the smallest possible fraction that can be represented
what happens if the number of bits is limited?
There is a trade- off between range and precision.
What are the two elements of a floating point number?
mantissa- the pattern of 1s and 0s
exponent - the power of 2 / how much it is to be shifted.
How does a normalised mantissa begin?
an 01 or a 10. The binary point is between the 1 and 0.
evaluate fixed vs floating point
Fixed point : Less processing, therefore quicker.
Floating point: maximum range and precision.
How to convert floating to fixed point.
How to convert fixed to floating point
(if hopped left, exponent is negative. otherwise, positive)
How to normalise a floating point number
How to add two floating point numbers