answersLogoWhite

0

About data type

User Avatar

Anonymous

15y ago
Updated: 4/28/2022

There are three types of data as followed in the corresponding order in their hierarchy:

  1. Interval data
    • Values are real numbers
    • all calculations are valid
    • can be treated as ordinal or nominal
  2. Ordinal data
    • Values must be represent the ranked order or the data
    • calculations based on the ordering process are valid
    • can be treated as nominal but not interval
    • Example: A rating scale where 1 represents Poor performance; 2 represents fair performance; 3 represents good performance; etc,
    • Values are the arbitrary numbers that represent categories
    • only calculationsn based on the frequencies of occurance are valid
    • cannot be treated as ordinal or interval
    • Example: 1 represents green; 2 represents red; 3 represents orange; (their average means nothing; the only numeric values that you can get is the count of how often it occurs)
  3. Nominal Data
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What data type is age?

integer data type


What is data and define its type?

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


What data type is middle initial?

A character data type.


How do you insert a hyperlink in Access?

There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.There is a hyperlink data type. If you set a field as that data type, such as for a website, then you can type in a valid address into the field and it will be stored as a hyperlink.


What is boolean data type?

what is boolean data type


Which data type can store any data?

There is no such data type. However, when we use user-defined data types of our own type, then that type of data can be stored in a variable. So as a term, you may say that user-defined data type can store any data. As the data-type used in any variable will be depending upon us.


Suggest the data type that can be used for initializing alphanumeric elements in a c programmed array .Also tell you the compiler that can understand the data type.?

Data Type : - It is used to identify the type of data. 'C' Language has a large no of data type, Thus it is also known by rich data type language: Data type are generally classified in three group: 1: Fundamental data type 2 Derived Data Type : 3 Use defined data type; 1 Fundamental data type: Fundamental data type includes i) The int data type: The data type int can store integer value only for eg. 14, 45, 78 declaration: int a,b; here we can store any value in variable a & b. ii) Char Data Type : The data type char can store character value only which is enclosed with single quote for e.g. 'c' declaration : char x = 'c' iii) Float Data Type:


What indicates the type of data that can be stored in field in Access?

Data Type indicates the type of data that can be stored in a field.


What is the data type for 0.38?

The data type for 0.38 is double.


What indicates the type of data can be stored in a field.?

data type


What programming data type is 0.00?

The data type 0.00 is of type literal double.


What are different data type in c language?

there are three data type ic c language. they are, 1.primary data type: a.integer type b.floating point type c.character type d.void type 2.derived data type eg; array, pointer 3.userdefined data type eg; structer and union