¶ANSWER THIS QUESTION?
Answers
Answer:
Data type is the type off the data stored in computer. there are several kinds of data such as:
- numeric data
- alphabetic data
- alpha numeric data
- special characters
- etc...
Hope it helps.
Please mark my answer as the brainliest.
Also make sure to follow me.
(ノ◕ヮ◕)ノ*.✧
Answer:
a particular kind of data item, as defined by the values it can take, the programming language used, or the operations that can be performed on it.
Explanation:
In computer science and computer programming, a data type or simply type is an attribute of data which tells the compiler or interpreter how the programmer intends to use the data. Most programming languages support basic data types of integer numbers (of varying sizes), floating-point numbers (which approximate real numbers), characters and Booleans. A data type constrains the values that an expression, such as a variable or a function, might take. This data type defines the operations that can be done on the data, the meaning of the data, and the way values of that type can be stored. A data type provides a set of values from which an expression (i.e. variable, function, etc.) may take its values.[1][2]