IEE 754 Representaion Flashcards

1
Q

What does IEEE stand for?

A

Institute of Electrical and Electronics Engineers

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

What is the significand stored in in IEEE form?

A

Standard binary encoding

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

What is special about the significand in IEEE form?

A

We do not store the first 1 in the binary pattern we need to store.

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

What is the exponent stored in?

A

Excess representation, with standard bias

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

What is the standard bias for excess representation?

A

2^(L-1) -1

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

What is the length of the pattern with single precision?

A

32 total, 1 for sign bit, 8 for exponent, 23 for significand

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

What is the length of the pattern with double precision?

A

64 total, 1 for sign, 11 for exponent, 52 for significand

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

What is the length of the pattern with quadruple precision?

A

128 total, 1 for sign, 15 for exponent, 112 for significand

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

What is the significand represented as?

A
  1. (implicit 1). The exponent tells the computer to move the decimal place to move to the left or right x amount of places. (-x goes left, +x goes right)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly