CSE6040 - 4.2 - Points that 'float' Flashcards

1
Q

A systematic way to store a floating number is:

A

Scientific notation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name the three components required to store a floating point number.

A

sign, significand and exponent. (as a 3 way tuple)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly