SLR 13 Flashcards

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

what is the mantissa

A

the actual number in a floating point binary expression

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

what is the exponent

A

the position of the binary point in a floating point binary expression

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

one advantage of fixed point binary over floating point binary

A

you do not need more memory space to store the position of the binary point

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

one advantage of floating point binary over fixed point binary

A

you can decide between precision or range, and can get a higher level of either

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

EQ: how is range and precision of numbers held in floating point binary affected by the number of bits allocated to mantissa and exponent

A

More bits allocated to the exponent results in a higher range, but more allocated to mantissa means a higher precision

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

Why is ASCII character set unsuitable for the modern world

A

As it is only cable of representing 2^8, or 128 different characters, and many languages use different alphabets with more characters.

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