Data types size Flashcards

1
Q

Byte- size - 1byte

A

-128 to 127

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

Short - 2bytes

A

-32,768 to 32,767

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

int- 4bytes

A

2,147,483,648 to 2,147,483,647

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

Long - 8 bytes

A

up to 15 digits starting from 9

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

Float - 4 bytes

A

6 to 7 decimal digits

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

Double - 8 bytes

A

15 decimal digits

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

Boolean - 1 bit

A

True or false

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

Char - 2 bytes

A

single character/letter or ASCII values

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