13.3 Floating-point numbers, representation and manipulation Flashcards
Mantissa
the fractional part of a floating point number
Exponent
the power of 2 that the mantissa (fractional part) is raised to in a floating-point number
Binary floating-point number
binary number written in the form M × 2E (where M is the mantissa and E is the exponent)
Normalisation (floating-point)
a method to improve the precision of binary floating-point numbers
positive numbers should be in the format 0.1 and negative numbers in the format 1.0.
Overflow
the result of carrying out a calculation which produces a value too large for the computer’s allocated word size
Underflow
the result of carrying out a calculation which produces a value too small for the computer’s allocated word size