Chapter 2 - Programming Practice Flashcards

1
Q

Characteristics of a Boolean data type.

A

Boolean has two values, usually “true” or “false”, or 0 & 1.

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

Characteristics of a String data type.

A

String is a long sequence of characters, usually literal or as a variable.

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

Characteristics of a Floating Point data type.

A

A floating point number is not a whole number, it requires a decimal point or fraction.

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

Characteristics of a Text data type.

A

A data in the form of words or alphabetic characters.

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

Characteristics of an Integer.

A

Integer are numerical values without a decimal point.

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