Sorting Algorithms

Sorting Algorithms

12th Grade

20 Qs

quiz-placeholder

Similar activities

NEW_SMP_Mls8_Quiz

NEW_SMP_Mls8_Quiz

7th - 12th Grade

18 Qs

Principles of Computer Science

Principles of Computer Science

10th - 12th Grade

20 Qs

Sorting Algorithms in Java

Sorting Algorithms in Java

11th - 12th Grade

17 Qs

Intro to Algorithms

Intro to Algorithms

9th - 12th Grade

23 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

Search/Sort Algorithm Recap

Search/Sort Algorithm Recap

9th - 12th Grade

18 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

Algorithms - Part 2

Algorithms - Part 2

9th - 12th Grade

20 Qs

Sorting Algorithms

Sorting Algorithms

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Paul Greenwood

Used 309+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

moving through a list repeatedly, swapping elements that are in the wrong order
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

uses two lists, one for sorted elements and one for unsorted elements.
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Splits a list into individual elements, joining together in multiples of 2 until one sorted list is left
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

One item at a time / serially … …moved into correct position… …until all items in list checked
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

•Has a consistent running time, regardless of how the items are ordered in the original list
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

works by selecting a 'pivot' element from the array and partitioning the other elements into two sub-arrays
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

•Is regarded as one of the best sorting algorithms
Bubble Sort
Insertion Sort
Merge Sort
Quick Sort

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?