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.
1
Q
What is a Boolean?
A
Is a data type with values of either TRUE or FALSE
2
Q
What is a Float?
A
Is a data type with values of a number with fractional parts.
3
Q
What is a Char?
A
Is a data type that stores a single character.
4
Q
What is a String?
A
Is a data type that stores multiple characters such as numbers, characters or symbols.