answersLogoWhite

0

vector GIS,

Raster GIS,

Hybrid GIS

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Natural Sciences

Can radio astronomers collect data only after dark?

No, they can collect data during the day, as well.


Used to collect data to predict an el ni o?

Buoys is used to collect data to predict an el ni o


What Scientists collect and record blank?

Scientists collect and record data, which can include measurements, observations, and experimental results related to their research questions. This data is essential for analyzing patterns, testing hypotheses, and drawing conclusions. The types of data collected can vary widely depending on the scientific discipline, ranging from biological specimens to astronomical observations. Accurate data collection and documentation are fundamental for validating findings and advancing knowledge in science.


Name three pieces of info that the oranisation must provide before it can begin to collect data?

Purpose of data collection: Clearly define why the data is being collected and what it will be used for. Type of data collected: Specify the categories or types of data that will be collected. Data retention and security measures: Outline how the data will be stored, shared, and protected to ensure privacy and compliance with regulations.


Why you obtain data?

When you collect data is when you are trying to figure something out. Say you are doing an experiment. You would want to collect data so that you could see the results of the experiment. Why you want to collect data is so that you can see your results of whatever you are doing, whether it is an experiment or an inquiry.

Related Questions

What is the name given to data you collect yourself?

Primary data.


Without primary data how you collect secondary data for the research?

you cant


What is the primary purpose of pertisipant observation?

to collect qualitative data


What is the best method of collecting primary data?

the best method to collect primary data is to make a Baseline Data or using the method of Rapid Rural Appraisal.


What types of data can be collected?

Primary empirical.


What are the three types of investigations used by scientists to collect data?

i dont no


What are the differences between primary and secondary data with help of example which one is easy to collect?

Primary data is original data collected firsthand for a specific research purpose, such as conducting surveys or interviews. For example, if a company surveys its customers about a new product, that information is primary data. Secondary data, on the other hand, refers to data that has already been collected and published by others, such as research articles or government reports. Generally, secondary data is easier to collect since it is readily available, while primary data requires more time and resources to gather.


What is primary data in the maths term?

primary and secondary data in math termsprimary data meansinformation collected by your selfsecondary data in math termsdata collected not from your self but anInternet or a book.some thing you didn't collect your selfits not a raw piece of evidence


What are two types of data you can collect from an experiment two examples?

Two types of data you can collect from an experiment are quantitative data and qualitative data. Quantitative data involves numerical measurements, such as the height of plants in centimeters or the temperature of a reaction in degrees Celsius. In contrast, qualitative data describes characteristics or qualities, such as the color change of a solution or the texture of a material. Both types of data provide valuable insights into the results and implications of the experiment.


Does a primary key have to be an integer in an Access database?

No, it does not. A primary key can be different types of data, not just an integer.


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 is primare datatype in c?

primary datatypes means the data types which are provided by developer of language himself like int,float,double,char are the primary data types in c language where as the String,array are nothing but the derived data types. for Ex.we derived the String data type from char datatype using array system.