When you sort data, it is still all there, it is just divided into sections... for instance, if it were a list of names, then you might have it sorted alphabetically, so the As would be first and the Zs last.
When you filter data, you apply a filter so that you can only see part of the data. So, in the same example of a list of names, you might filter out all the girl names and only see the boy names.
Filtering and sorting can also work together. In a list of names you might filter to only see names that begin with the letter Z, but you could also sort that particular group so that it was alphabetical... Zack before Zenna, for instance.
the sort feature allows the user to rearrange the given data in a specified order example ,numeric data can be rearranged in ascending or descending order using this. a filtered range only displays the rows/colums that meet the criteria specified by the user.
difference between Data Mining and OLAP
Databse sorting means arranging the records in a specific way to make reported data more usable.
Expalain the difference between cyclical and seasonal variations in a data series?
A data table is a list of statistics - a graph is a physical representation of the data.
Sorting put data in order, like alphabetical order or date order or numeric order etc. Filtering excludes some data so you see just what you want. You might want to show dates from a certain year or numbers over a certain value or particular product names. You can define the filtering criteria that you want.
Searching allows you to find data that meets specific criteria. Sorting allows you to organize that data, based upon the rules you choose (most common is alphabetical).
the sort feature allows the user to rearrange the given data in a specified order example ,numeric data can be rearranged in ascending or descending order using this. a filtered range only displays the rows/colums that meet the criteria specified by the user.
Internal SortingExternal sortingIn internal sorting all the data to sort is stored in memory at all times while sorting is in progress.In external sorting data is stored outside memory (like on disk) and only loaded into memory in small chunks.The internal sorting methods are applied to small collection of data. The External sorting methods are applied only when the number of data elements to be sorted is too large. internal sorting takes input only which can be fit into its memory...i.e. it takes small inputexternal sorting can take as much as large input…Internal sort is more flexible as we can alter or update data before and after performing internal sort whereas the same doesn't hold true for external sort.internal sorting is independent of time to read/write a recordexternal ids dependent on the same
It seems like there might be a typo in your question. Did you mean "data processing"? If so, data processing refers to the collection, manipulation, and analysis of data to extract meaningful information and support decision-making processes. This can involve activities such as sorting, filtering, aggregating, and summarizing data.
difference between Data Mining and OLAP
Using a data form with table information can make it easier to visually organize and input data into specific fields. It can also help with data validation and error checking, as well as facilitate filtering and sorting of the information within the table.
difference between serch data structure and allocation data structure
Processing- A way in which computers manipulate data and mostly takes place in the CPU.
The scope of work and the educational requirements are the difference between data communication and data communication information.
The difference between primary data and secondary data is that primary data is the information from the original research.
Databse sorting means arranging the records in a specific way to make reported data more usable.