Examples Paper 2 Flashcards Preview

Computing > Examples Paper 2 > Flashcards

Flashcards in Examples Paper 2 Deck (6)
Loading flashcards...
1
Q

What does the variable double represent

A

A double precision floating point value

2
Q

What does bool type represent

A

Stores either value true or false

3
Q

What does the type char represent

A

A single octet (one byte) representing an integer type

4
Q

What does the type float represent

A

A single precision floating point value

5
Q

What does the type void represent

A

Represents the absence of a type

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)