answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What type of distribution is used to organize numeric data?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What sort of data is a percentage?

It is a numeric type of data, or it could be called a value.


How do you quickly add all of the numeric data on a spreadsheet?

type '=SUM(enter the numeric data here)'. for example if you have numbers listed in cells A1-A10, you would type =SUM(A1:A10)


What is quantitative data analysis?

Any type of analysis that deals with numeric data (numbers) is quantitative analysis. Qualitative analysis, on the other hand, does not have numeric data ( for example, classify people according to religion).


Which is a type of data?

There are several different types of data. Some include qualitative and quantitative. Qualitative is data that is not numeric and quantitative data is numerical.


Which type of object is used to organize and store data in Microsoft Access?

Which type of object is used to organize and store data in Microsoft Access 2010?Read more: Which_type_of_object_is_used_to_organize_and_store_data_in_Microsoft_Access_2010


Why numeric keypad separately in computer keyboard?

because once you learn to type numbers on the numeric keypad, you can type them much faster, good for people who have to do a lot of calculations on their computers. When the standard QWERTY keyboard was introduced there were "text" type applications and data type. The key pad was added for the speed of entering numeric data in to fields and cells as in the case of spreadsheets. The number keys across the keyboard above the qwerty were to slow for many data punchers so the numeric pad was added


How you can change data type in PHPwrite a script in PHP that change the string data type in numeric data type?

If you will read typecasting on php, you will know more on this. <?php $str = "10"; $num = (int)$str; ?>


When you type numeric data in a cell Excel automatically positions the entry in the cell?

Right-aligned


What is the type of data that is numeric in nature and does not have a stable starting point or has no absolute zero?

i cant get it clearly


What type of distribution of a set of data that shows nearly the same frequency for all values?

The Uniform Distribution.


How many data types supported by MySQL?

Data types supported by MySQL are date and time data, numeric data, and byte data. Spatial data is another type supported by MySQL which includes the use of spatial extensions.


Why percentage i is not used for integer data-type in c language?

C is statically typed. There is no need for dollar or percentage symbols to differentiate between character/string data and numeric data.