Unit 1 Flashcards

1
Q

Character or small integer

A

char
1 byte

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

Short integer

A

short int (short)
2 bytes

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

Integer

A

int
4 bytes

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

Long integer

A

long int (long)
4 bytes

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

Boolean value. It can take 2 of of two values: true and false

A

bool
1 byte

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

Floating point number (real)

A

float
4 byte

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

Double precision floating point number (real)

A

double
8 bytes

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

Long double precision floating point number (real)

A

long double
8 bytes

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

Every screen has a

A

Resolution

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

Pixels

A

Across and Pixels down

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

Formula for working out the amount of memory:

A

Time x Pixels across x Pixels down x byte

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