Computer Science, asked by angkit6563, 5 months ago

Which is used to store non-numiric data which do not need calculation

Answers

Answered by CleverBoi
2

.Generally, non-numeric data means it is not a numeric data. Numeric data are those data which include numbers 0-9 etc, but in non-numeric data only words are counted. Means only a,b,c,d,........ english alphabets are allowed.

Answered by susmitas2006
1

Answer:

Nonnumeric data types are data that cannot be manipulated mathematically using standard arithmetic operators. The non-numeric data comprises text or string data types, the Date data types, the Boolean data types that store only two values (true or false), Object data type and Variant data type.

Hope you find this answer helpful

Similar questions