Data Types
Data Types
Logical or Boolean
Data stored in Boolean form can only be one of two
available values.
Think of a light switch its on or off.
Alphanumeric
Alphanumeric data is any combination of letters, numbers
and symbols (@#|\/>< etc.)
This data type is also known as a string or text.
In a computer, telephone numbers are stored as text.
Real
A real number is one which has decimal places.
Integer
Integer numbers are whole numbers, no bits, and no
decimal places.
Date
Dates can be stored in many different forms.
In the UK we write the date in the form DD/MM/YYYY e.g.
31/12/2014.
In the US, they use the form MM/DD/YYYY e.g.
12/31/2014.
Currency
Software will automatically add or $ to data and include
decimal places. E.g. 22.99.