Sorting Algorithms

Sorting Algorithms

12th Grade

20 Qs

quiz-placeholder

Similar activities

CPIT 201 Algorithms

CPIT 201 Algorithms

12th Grade - University

15 Qs

What Do You Remember from ECS?

What Do You Remember from ECS?

10th - 12th Grade

20 Qs

Uji Pemahaman Berfikir Komputasional

Uji Pemahaman Berfikir Komputasional

9th Grade - University

20 Qs

Sains Komputer Tingkatan 5 - 3.1.2 Atur Cara dan Carta Alir

Sains Komputer Tingkatan 5 - 3.1.2 Atur Cara dan Carta Alir

10th - 12th Grade

20 Qs

INFORMATIKA (BAB II - BERPIKIR KOMPUTASIONAL)

INFORMATIKA (BAB II - BERPIKIR KOMPUTASIONAL)

12th Grade

20 Qs

Big O Notation Quiz

Big O Notation Quiz

11th - 12th Grade

21 Qs

Common Algorithms

Common Algorithms

9th - 12th Grade

25 Qs

AP Sort and Search

AP Sort and Search

9th - 12th Grade

21 Qs

Sorting Algorithms

Sorting Algorithms

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Paul Greenwood

Used 314+ 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?