Data Types Flashcards
(6 cards)
1
Q
Integer
A
Whole Number
2
Q
Float
A
Floating-oint number, a real number like 98.6 or 0.00001 or -666.6667
3
Q
Character
A
Letter “A”, ‘p’, or ‘%’
4
Q
Boolean
A
A quantity that has only two possible values, true or false
5
Q
Array
A
Ordered list of items of a given data type, like an array of integers or an array of foats
6
Q
String
A
Sequence of characters, like “Hello” or “The forecast for today is sunny with hghs of 75F”