Floating points Flashcards
1
Q
What is the mantissa component of the floating point representation?
A
It is a fixed point binary number in two’s complement form with the first digit always at -1
2
Q
What is the exponent component of the floating point representation?
A
It is a two’s complement integer binary number (largest number is negative)
3
Q
Converting from floating point to denary (non calc)?
A
Work out the exponent first (the two’s complement integer), then move the binary point between the mantissa. Left if exponent < 0, right if it is opposite.
4
Q
What is the second method for converting floating point to denary (calc)?
A
Equation x = m x 2 ^2 (m = mantissa and e = exponent)