13.3 Floating-point numbers, representation and manipulation Flashcards

1
Q

Mantissa

A

the fractional part of a floating point number

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

Exponent

A

the power of 2 that the mantissa (fractional part) is raised to in a floating-point number

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

Binary floating-point number

A

binary number written in the form M × 2E (where M is the mantissa and E is the exponent)

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

Normalisation (floating-point)

A

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.

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

Overflow

A

the result of carrying out a calculation which produces a value too large for the computer’s allocated word size

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

Underflow

A

the result of carrying out a calculation which produces a value too small for the computer’s allocated word size

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