Data Types Flashcards
1
Q
String
A
holds alphanumeric data as texts
Examples :
Hello World
student@stursulas.com
102 Upper Brockley Rd
2
Q
Integer
A
holds whole numbers
Examples :
5 8 99 56
3
Q
holds numbers with a decimal point
Examples :
5.4 43,20 19.0
A
Float
4
Q
holds either ‘True’ or ‘False’
A
Boolean
5
Q
$ a ?
holds a single character
A
Character