Data Types and Characteristics Flashcards

1
Q

What is an Integer?

A

Is a data type with values of a whole number; can be a positive or negative number.

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

What is a Boolean?

A

Is a data type with values of either TRUE or FALSE

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

What is a Float?

A

Is a data type with values of a number with fractional parts.

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

What is a Char?

A

Is a data type that stores a single character.

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

What is a String?

A

Is a data type that stores multiple characters such as numbers, characters or symbols.

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