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
(@#|\/>< etc.)
This data type is also known as a string or text.
Alphanumeric or text/string is used to hold telephone numbers.
In a computer, telephone numbers are stored as text.
This is because the telephone number contains a leading zero and spaces.
Real
Integer
Date
Other