Integer
A whole number
Real/Float
Float is a term is used in various programming languages to define
a variable with a fractional value. Numbers created using a float variable declaration will have
digits on both sides of a decimal point. This is in contrast to the integer data type, which houses an integer or whole number.
Boolean
A value with a True or False
condition - can possibly use 0/1 instead
Character
A single keyboard / Unicode character
String
A set of characters, used to store text
Date / Time
A representation of time. Can be represented in either text or number format