4.5.4 Binary Number System Flashcards

(13 cards)

1
Q

Define Signed Binary.

A

A binary number system that can represent both positive and negative numbers.

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

Define Unsigned Binary.

A

A binary number system that can only represent positive numbers.

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

Define Two’s Complement.

A

A coding scheme used in signed binary to represent negative as well as positive numbers. A negative number is represented by flipping all its digits and adding 1 to the most significant bit.

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

Define Exponent.

A

A component of floating point form that stores the number of positions to move the decimal point.

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

Define Fixed Point Form.

A

A form used to represent numbers with a fractional part in any number system. Digits after the fixed point are multiplied by the base raised to a negative power.

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

Define Floating Point Form.

A

A form used to represent numbers with a fractional part in any number system. The radix point is free to move due to the presence of an adjustable exponent.

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

Define Mantissa.

A

A component of floating point form that stores the non-zero significant digits of a number.

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

Define Rounding Errors.

A

Errors inherently introduced to any calculation with fixed or floating point numbers since they cannot store numbers with infinite precisions.

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

Define Absolute Error.

A

The difference between the exact correct value and rounded value.

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

Define Relative Error.

A

The percentage difference between the exact correct value and rounded value.

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

Define Normalisation.

A

The process of ensuring a floating point number is represented as efficiently as possible by adjusting the position of the radix point and exponent.

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

Define Overflow.

A

The misrepresentation of a numeric value because it is too large to be represented with the allocated number of digits in the mantissa and exponent.

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

Define Underflow.

A

The misrepresentation of a numeric value because it is too small to be represented with the allocated number of digits in the mantissa and the exponent.

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