A category of data. Typical data types are numeric, alphanumeric (character), dates and logical (true/false). Programming languages allow for the creation of different data types.
When data are assigned a type, they cannot be treated like another type. For example, alphanumeric data cannot be calculated, and digits within numeric data cannot be isolated. Date types can only contain valid dates.
|