answersLogoWhite

0

What defines a data type?

Updated: 8/17/2019
User Avatar

Wiki User

13y ago

Best Answer

the type of data which we store in a variable..

example: int a=10;

/*here a is variable (data) which is of type int and stores a value 10.*/

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What defines a data type?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is data and define its type?

Data is information. Data type defines the type of data - integer, character etc


What is data type and field name?

Data Type defines the type of data that will be stored. Example : int, byte, short etc


What is the characteristic that defines the kind of data that can be entered into a field such as numbers text or dates?

In Access, you use data type. In Word and Excel, you use data validation.


What is the definition of datatypes in programming?

A data type defines how data is represented. All data is obviously represented by a sequence of binary values, however, the data type determines how that value is to be interpreted by the language compiler. Object oriented programming languages use classes to define data types, which not only defines the representation of data but also which operations are valid for the type.


C plus plus Defines a constant MaxSize equal to 20 Defines array Data whose base type double MaxSize elements Initializes the array Data so that each element is initialized to the square of its index.?

#define MaxSize (20) double Data[MaxSize]; int i; for (i=0; i<MaxSize; i++) Data[i] = i*i;


What defines how users view the organization of the data?

a data model


Data about data is called what in a database?

"Metadata" defines the structure of the data stored.


What is a sentence using the word graph?

The graph showed the results from his experiment. You can graph the data points to see what type of curve your equation defines.


Functions of primitive data types?

defines the value of a cell


Which policy defines the sensitivity of a company's data?

a informaton policy


Which type specifies the kind of data a field can containn and how the field is used?

The data type specifies the kind of data a field can contain and how the field is used in programming. It defines the values that a variable can hold, the operations that can be performed on those values, and the memory space required. This helps ensure that operations performed on the field are appropriate and accurate.


Which term defines the point-in-time to which data must be recoverable?

RPO