5.3 Number system Flashcards

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

Binary number system either be

A

signed or unsigned

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

unsigned represent

A

positive

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

signed represent

A

negative

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

adding unsigned binary rules:

A
  1. 0+0+0=0
  2. 0+0+1= 1
  3. 0+1+1= 10
  4. 1+1+1= 11
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

fixed point binary

A

● A specified number of bits are placed before a binary point
● The remaining bits fall behind the binary point
● Standard binary place values are used for columns before the binary point
● Columns behind the binary point start at ½, then ¼ and ⅛ etc.

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

Rounding errors

A

cannot be represented exactly

because of this binary no. inaccurate

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

absolute + relative errors

A

used to calculate how close a particular no. is to actual value

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

absolute error calc=

A

difference between given and actual

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

relative error calc=

A

relative = absolute error/actual value

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

large exponent and small mantissa allows for

A

large range, little precision

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

small exponent and large mantissa

A

small range, good precision

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

binary point close to left

A

gives good precision but small range

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

binary point close to right

A

gives poor precision good range

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

why are floating numbers normalised

A

to provide max level of precision

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

how to tell if number is floating or normalised

A

01 or 10

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

two types of error that can occur with binary

A

overflow and underflow

17
Q

underflow occurs when..

A

very small numbers are to be represented, not enough bits available

18
Q

overflow

A

big number represented (too large)