Q4 Flashcards

1
Q

Bubble sort

A

Used in programming TV remote to sort channels on the basis of longer viewing time. Uses 2 loops to complete its operation and is less efficient than insertion sort.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Quick sort

A

Sports scores are organized by quick sort on the basis of win-loss ratio.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Heap sort

A

Used in reading barcodes on plastic cards.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Merge sort

A

Databases use an external merge sort to sort sets of data that are too large to be loaded entirely into memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly