Unit 1 Flashcards
1
Q
Character or small integer
A
char
1 byte
2
Q
Short integer
A
short int (short)
2 bytes
3
Q
Integer
A
int
4 bytes
4
Q
Long integer
A
long int (long)
4 bytes
5
Q
Boolean value. It can take 2 of of two values: true and false
A
bool
1 byte
6
Q
Floating point number (real)
A
float
4 byte
7
Q
Double precision floating point number (real)
A
double
8 bytes
8
Q
Long double precision floating point number (real)
A
long double
8 bytes
9
Q
Every screen has a
A
Resolution
10
Q
Pixels
A
Across and Pixels down
11
Q
Formula for working out the amount of memory:
A
Time x Pixels across x Pixels down x byte