answersLogoWhite

0

Sorting refers to taking a list of items and putting them in some type of order, like alphabetical. For example, take this list:

dog

cat

flower

If you sort it alphabetically, it would become:

cat

dog

flower

Filtering refers to showing just a portion of the list of items. For example, if you took this list:

dog

cat

flower

and filtered it to only show animals, the resulting filtered list would be:

dog

cat

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Computer Science

What are the key differences between comparison-based sorting algorithms and other types of sorting algorithms?

Comparison-based sorting algorithms rely on comparing elements to determine their order, while other types of sorting algorithms may use different techniques such as counting or distribution. Comparison-based algorithms have a worst-case time complexity of O(n log n), while non-comparison-based algorithms may have different time complexities depending on the specific technique used.


What are the eleven data of processing operation in a computer?

There are eleven operations for data of processing. The eleven data of processing operations in a computer are recording, verifying, duplicating, classifying, sorting, calculating, summarizing and reporting, merging, storing, retrieving, and feedback.


What is internet filtering software used for?

"Net Nanny parental controls are perfect for internet filtering. But with Net Nanny, your child or family will be free of unwanted websites that could harm your computer, or even your family."


What is Filtering in computer networking?

Filtering is the act of deciding which data packets are allowed to be sent and which packets should not be sent.Packets that are not sent are said to be filtered.Filtering decisions can be made by any device that routes, generates, or receives packets, but generally packets are filtered by firewalls.HTH,Gdunge


What are the key differences between radix sort and quicksort in terms of efficiency and performance?

Radix sort and quicksort are both sorting algorithms, but they differ in their approach and efficiency. Radix sort is a non-comparative sorting algorithm that sorts numbers by their individual digits, making it efficient for sorting large numbers. Quicksort, on the other hand, is a comparative sorting algorithm that divides the list into smaller sublists based on a pivot element, making it efficient for sorting smaller lists. In terms of performance, radix sort has a time complexity of O(nk), where n is the number of elements and k is the number of digits, while quicksort has an average time complexity of O(n log n). Overall, radix sort is more efficient for sorting large numbers with a fixed number of digits, while quicksort is more efficient for general-purpose sorting.

Related Questions

What is filtering Events Compared to sorting events?

i have no idea


Differences between primavera 3.1 and 6.2?

P6 allows you to open multiple projects at a time; User accountability and access rights, global changes, more filtering and sorting options, Much more robust


What is auto filtering and advanced filtering in computer?

That depends which program you are referring to.


What advantage does a computer have when sorting data?

The computer can do it extremely fast.


Differences between the mean and median filter?

Mean filtering is linear but median filtering is non-linear.


In Excel what is the difference between filtering and sorting?

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.


What is the meaning of sorting?

of Sort


What is the manipulation of data by a computer called?

Processing- A way in which computers manipulate data and mostly takes place in the CPU.


How does the mail filtering system work?

The mail filtering system works by sorting messages with certain key words into certain files. It is usually used in order to avoid spam emails one may receive.


What is internal and external sorting techniques?

Internal sorting it means we are arranging the number within the array only which is in computer primary memory. External sorting it is the sorting of numbers from the external file by reading it from secondary memory.


What has the author I Flores written?

I. Flores has written: 'Computer sorting'


What are the differences between sorting and filtering data?

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.