Variables and Arrays Flashcards

1
Q

What is a Variable?

A

Is data that stores information in memory for later use.

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

What is an array?

A

Is the storage of multiple related variables together.

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

What data type will store whole numbers?

A

Integer.

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

What Data type will store decimal numbers?

A

Floats.

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

What are constants?

A

Are values that are used within a program that do not change the variables.

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

What data type stores text?

A

String.

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

What data type stores True or False Values?

A

Boolean.

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