Normalisation Flashcards

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

What is normalisation

A

A technique used to represent numbers as precise as possible

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

What is the precision in relation to when using normalisation

A

How many bits are being used

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

Converting denary to binary floating point numbers
Step 1

A

Convert to a fixed point binary number in two’s complement

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

What is the exponent used for

A

To ensure that the floating point is place to optimise the precision of the number

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

Converting denary to binary floating point numbers
Step 2

A

Move the binary point in order that you mantissa is normalised, keep a note of how many times you must move the binary point

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

Converting denary to binary floating point numbers
Step 3

A

Convert your exponent to binary

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

Positive mantissa and positive exponent =

A

The denary value will be positive and greater than or equal to 1

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

Positive mantissa and negative exponent =

A

The denary value will be positive and less than 1

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

Negative mantissa and negative exponent =

A

The denary value will be negative and greater than or equal to 1

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

Negative mantissa and positive exponent =

A

The denary value will be negative and less than 1

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

Define underflow

A

When a number gets too small to represent it by the number of bits available to store it

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

Define overflow

A

When a number gets too large to represent it by the number of bits available to store it

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