Data Types & Characteristics Flashcards
1
Q
What is the Boolean Data Type?
A
Contains one of two values; true or false.
2
Q
What is the Integer Data Type?
A
Represents whole numbers; can be positive or negative.
3
Q
What is the Float Data Type?
A
Represents numbers with decimal values.
4
Q
What is Char Data Type?
A
Data type encased with a single character.
5
Q
What is String Data Type?
A
Data type encased with either symbols, letters or numbers.