CSE6040 - 4.2 - Points that 'float' Flashcards
1
Q
A systematic way to store a floating number is:
A
Scientific notation
2
Q
Name the three components required to store a floating point number.
A
sign, significand and exponent. (as a 3 way tuple)
3
Q
If you allow at most six digits for the significand and two digits plus the sign for the exponent. give the value for 0.125 and then the generic version of it.
A
See pic
4
Q
How do you encode numbers with fractional parts in a systemic way using fixed-size encoding?
A
using a suple consisting of a sign, significand and exponent.