answersLogoWhite

0

2 types of data

Updated: 11/3/2022
User Avatar

Wiki User

14y ago

Best Answer

There are several ways you could answer that.

Variable or constant.

Numbers or text.

Valid or invalid.

Current or legacy.

There are many others. Numbers or text, is probably the closest to what you are probably looking for, so use that. You could use other things there like dates or logical.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 2 types of data
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the 2 types of data allowed in QBASIC?

the two types of data used in Qbasic is numeric data and alpha numeric data.


What are the properties of data types?

When we enter a variable then we know it what type it belong ,but the compiler does not know it ,for knowing it we declare data types. Storage representations & machine instructions to handle constants differ from machine to machine.The variety of data types available allow the programmer to select the type appropriate to the needs of the application as well as the machine. ANSI C supports 3 types of data types 1.Primary data types 2.Derived data types 3.User defined data types JAVA has 2 types 1.In Built data types 2.User Defined datatypes


Types of statistical data?

Types of statistical data include; 1.Numerical 2.Categorical 3.Ordinal


What are the 2 types of data?

Qualitative and quantitative


What type is data?

There Are Two main types of data. Qualitative data are expressed As numbers, obtained by counting or measuring. Another type of data is called an inference.An inference is a logical interpretation based on prior knowledge or experience.


Is built-in data-type are abstract data-types in java?

All built-in data types are not abstract data types.


What is comparative data analysis and what other types of scientific investigations are there?

comparative data analysis is when you compare your data or results. there is 2 more types of scientific investigations, descriptive investigation and experimental investigation.


What is datatype.Define various types of data types?

In c language data types are used to specify the tye of data.for ex:int a;It means "a" is a variable of type integer.There are two types of data types in c.They areprimary data typessecondary data typesprimary data types are the built in data types and secondary data types are the user defined data types.eg for primary data types are int,float,char,long,double..and for secondary are arrays,structures,pointers,unions..


What are the different data types?

Theres two types of data, Continuous and discontinuous data.


What are the subject-matters of data structure?

types of data structure types of data structure


Why do you need data types?

Data types specify which types of data that an object or variable can hold. Without data types, it would be impossible to make sure that an application functions properly.


What are the different types of data?

Types of data types :Primitive data typeUser-defined data typeDerived Data typePrimitive data type:int,char,float,double,voidUser-Defined data type:class,enumeration,structure,unionDerived Data type:Arrays,Functions,Pointers.