Floating points Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the mantissa component of the floating point representation?

A

It is a fixed point binary number in two’s complement form with the first digit always at -1

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

What is the exponent component of the floating point representation?

A

It is a two’s complement integer binary number (largest number is negative)

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

Converting from floating point to denary (non calc)?

A

Work out the exponent first (the two’s complement integer), then move the binary point between the mantissa. Left if exponent < 0, right if it is opposite.

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

What is the second method for converting floating point to denary (calc)?

A

Equation x = m x 2 ^2 (m = mantissa and e = exponent)

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