Floating Point Numbers Flashcards
1
Q
What is the mantissa and exponent of a floating point number?
A
The number stored is the mantissa multiplied by the magnitude specified by the exponent
(ans = mantissa x 2^exponent)
2
Q
How do you check if a floating point number is normalised?
A
The first two bits of the mantissa should be opposites
3
Q
How is a mantissa in a floating point number formatted?
A
In twos complement, with one bit to the left of the decimal point