Floating-Point Numbers, Representation, and Manipulation Flashcards

1
Q

What is the effect on the numbers if the no of bits for the mantissa is increased ?

A
  • The accuracy of a number can be increased by increasing the number of bits used in the mantissa
  • But would leave fewer bits for the exponent thus reducing the range of possible values.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Overflow

A

When a calculation produces a number which is larger than the maximum possible values that can be stored.

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

Underflow

A

Occurs when a binary number is too small it can not be represented accurately in a given floating point system.

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

Why are binary numbers stored in normalised form?

A
  • Normalised numbers are easier to manipulate
  • To preserve the maximum possible accuracy in the number.
  • To store decimal numbers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly