answersLogoWhite

0


Best Answer

A quantitative variable is numeric and therefore can be counted discretely or continuously. The other side of the spectrum is qualitative variables.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Temperature, humidity, barometric pressure, and wind speed are just a few pieces of weather information that can be measured.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

explanation

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

Discrete data

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Which type of data refers to things that can be counted?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Can a data type be called a data structure?

Yes, they can be used interchangeably, but they usually mean separate things. A type of data is something like an integer, or string. While a data structure usually refers to a linked list or tree of integers or strings.


Is myid a data type in Java?

No, that looks like an object. If I had to guess, myID refers to a string of some sort, but it is not a data type.


Data validation best refers to?

Data Validation is a process that ensures that data entered into the database form, a web form, or a computer program conforms to the correct data type.


Define an array and describe its purpose?

An array refers to storing data on multiple devices. An example of this would be to be able to type in six things, call them an array, and not need an identifier for each one.


Offsite data refers to what type of data?

Offsite data is sending data to a critical main location. Data is normally transported using storage media such as magnetic tips and optical storage. Many companies choose to store data with third parties.


What is the meaning of the term data domain?

In data management and database analysis, a data domain refers to all the unique values which a data element may contain. The rule for determining the data boundary may be as simple as a data type with an enumerated list of values.


What is the function of the keyboard?

To type things


How do you entered information into Excel worksheet?

You can just type in what you want into Excel, by putting things into cells. Then by entering formulas you can get information from the spreadsheet. You can get charts from your data. You can enter data using forms. You can enter data using form controls, such as drop-down boxes.You can just type in what you want into Excel, by putting things into cells. Then by entering formulas you can get information from the spreadsheet. You can get charts from your data. You can enter data using forms. You can enter data using form controls, such as drop-down boxes.You can just type in what you want into Excel, by putting things into cells. Then by entering formulas you can get information from the spreadsheet. You can get charts from your data. You can enter data using forms. You can enter data using form controls, such as drop-down boxes.You can just type in what you want into Excel, by putting things into cells. Then by entering formulas you can get information from the spreadsheet. You can get charts from your data. You can enter data using forms. You can enter data using form controls, such as drop-down boxes.You can just type in what you want into Excel, by putting things into cells. Then by entering formulas you can get information from the spreadsheet. You can get charts from your data. You can enter data using forms. You can enter data using form controls, such as drop-down boxes.You can just type in what you want into Excel, by putting things into cells. Then by entering formulas you can get information from the spreadsheet. You can get charts from your data. You can enter data using forms. You can enter data using form controls, such as drop-down boxes.You can just type in what you want into Excel, by putting things into cells. Then by entering formulas you can get information from the spreadsheet. You can get charts from your data. You can enter data using forms. You can enter data using form controls, such as drop-down boxes.You can just type in what you want into Excel, by putting things into cells. Then by entering formulas you can get information from the spreadsheet. You can get charts from your data. You can enter data using forms. You can enter data using form controls, such as drop-down boxes.You can just type in what you want into Excel, by putting things into cells. Then by entering formulas you can get information from the spreadsheet. You can get charts from your data. You can enter data using forms. You can enter data using form controls, such as drop-down boxes.You can just type in what you want into Excel, by putting things into cells. Then by entering formulas you can get information from the spreadsheet. You can get charts from your data. You can enter data using forms. You can enter data using form controls, such as drop-down boxes.You can just type in what you want into Excel, by putting things into cells. Then by entering formulas you can get information from the spreadsheet. You can get charts from your data. You can enter data using forms. You can enter data using form controls, such as drop-down boxes.


Which type of cycling refers to cycling refers to the movement of chemical elements through the earth water atmosphere and living things?

Biogeochemical biogeochemical


What is the difference between data and variable?

data type refers to the kind of value that is held by a particular variable. For ex: an int variable contains integer value, a string holds a alpha numeric value etc. variable refers to the name of a value using which we can refer to this value. Ex: public int age = 28; here int is the data type and age is the variable.


Does Percentage belong to interval continuous data type?

Yes it is because it is a measurement of something usually entering into decimal figures and cannot be simply counted.


Why is data type important?

All data is stored in a computer as 0s and 1s. In order to make this more efficient, certain sets of bits can mean different things depending on what the data type is. Some languages, such as Java, make sure the programmer doesn't confuse these types and mess up the data. However, other languages allow you to do things like multiply a string and an array. If you don't pay careful attention to data types, you can easily end up with useless data.