PDS - 04225 - Sorting Algorithms - Chapter 11 - Part 2

PDS - 04225 - Sorting Algorithms - Chapter 11 - Part 2

University

10 Qs

quiz-placeholder

Similar activities

Selection Sort & Exhaustive Search

Selection Sort & Exhaustive Search

University

15 Qs

GCSE Computer Science 9-1: Sorting Algorithms

GCSE Computer Science 9-1: Sorting Algorithms

10th Grade - University

10 Qs

DSA - Practice Quiz - 1

DSA - Practice Quiz - 1

University - Professional Development

15 Qs

NSCC-CODE TO COIN

NSCC-CODE TO COIN

University

15 Qs

Bubble Sort

Bubble Sort

1st Grade - Professional Development

13 Qs

C++ Searches and Sorts

C++ Searches and Sorts

University - Professional Development

15 Qs

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

Sorting Methods

Sorting Methods

9th Grade - University

10 Qs

PDS - 04225 - Sorting Algorithms - Chapter 11 - Part 2

PDS - 04225 - Sorting Algorithms - Chapter 11 - Part 2

Assessment

Quiz

Computers

University

Medium

Created by

Rafael Orta

Used 253+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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."

Selection Sort

Insertion Sort

Radix Sort

Merge Sort

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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."

Selection Sort

Insertion Sort

Merge Sort

Radix Sort

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm matches this description: "a sorting algorithm that treats the input as a collection of interleaved lists, and sorts each list individually with a variant of the insertion sort algorithm."

Selection Sort

Insertion Sort

Merge Sort

Shell Sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assume shell sort and a list of 6 elements, with a gap value of 3, how many interleaved lists will be sorted?

1

2

3

6

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assume shell sort and a list of 6 elements, with a gap value of 3, how many items will be in each interleaved list?

1

2

3

6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assume shell sort and a list of 6 elements, If a gap value of 2 is chosen, how many interleaved lists will be sorted?

1

2

3

6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm matches this description: "a sorting algorithm that repeatedly partitions the input into low and high parts (each part unsorted), and then recursively sorts each of those parts."

Selection Sort

Insertion Sort

Shell Sort

Quicksort

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?