Examples Paper 2 Flashcards

(6 cards)

1
Q

What does the variable double represent

A

A double precision floating point value

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

What does bool type represent

A

Stores either value true or false

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

What does the type char represent

A

A single octet (one byte) representing an integer type

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

What does the type float represent

A

A single precision floating point value

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

What does the type void represent

A

Represents the absence of a type

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

What do you call the furthest right 23 bits it he IEEE 32 bit single precision floating point representation?

A

The Mantissa (can be remembered as the fraction)

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