CP 1.3 Data types, Variables, Identifiers and Constants

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall with Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

12 Terms

1
New cards

How many bytes are used in int

4 bytes

2
New cards

How many bytes are used in float

4 bytes

3
New cards

How many bytes are used in double

8 bytes

4
New cards

How many bytes are used in boolean

1 byte

5
New cards

How many bytes are used in char

1 byte

6
New cards

int stores

integersf

7
New cards

float stores

floating point numbers such as 19.99

8
New cards

double stores

floating point numbers with decimal 1.99999

9
New cards

char stores

single line characs

10
New cards

string stores

texts such as “hello world”

11
New cards

bool stores

values with two states: true or false

12
New cards