Searching and Sorting

Searching and Sorting

Assessment

Flashcard

Computers

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

16 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Which algorithm matches this description: "a sorting algorithm that treats the input as two parts, a sorted part and an unsorted part, and repeatedly selects the proper next value to move from the unsorted part to the end of the sorted part."

Back

Selection Sort

2.

FLASHCARD QUESTION

Front

Which algorithm matches this description: "a sorting algorithm that treats the input as two parts, a sorted part and an unsorted part, and repeatedly inserts the next value from the unsorted part into the correct location in the sorted part."

Back

Insertion Sort

3.

FLASHCARD QUESTION

Front

Which algorithm matches this description: "a sorting algorithm designed specifically for integers. The algorithm makes use of a concept called buckets and is a type of bucket sort. Any array of integer values can be subdivided into buckets by using the integer values' digits. A bucket is a collection of integer values that all share a particular digit value."

Back

Radix Sort

4.

FLASHCARD QUESTION

Front

Assume Radix sort and integers X and Y, such that X < Y. X will always be in a lower bucket than Y.

Back

False

5.

FLASHCARD QUESTION

Front

The mechanism of finding an element /key in a given set of elements is known as ________________

Back

searching

6.

FLASHCARD QUESTION

Front

A searching technique which is based on Divide and Conquer approach

Back

Binary search

7.

FLASHCARD QUESTION

Front

A searching technique which works on both sorted and unsorted list

Back

Linear Search

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?