Sorting Algorithms

Sorting Algorithms

9th - 10th Grade

11 Qs

quiz-placeholder

Similar activities

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

Sorting and searching

Sorting and searching

9th Grade

12 Qs

Search Algorithms

Search Algorithms

9th - 11th Grade

12 Qs

Sorting Algorithms

Sorting Algorithms

9th Grade

10 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

16 Qs

Sorting Methods

Sorting Methods

9th Grade - University

10 Qs

GCSE Computer Science 9-1: Sorting Algorithms

GCSE Computer Science 9-1: Sorting Algorithms

10th Grade - University

10 Qs

Sorting Algorithms

Sorting Algorithms

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

Daniel Watson

Used 60+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a sorting algorithm? 
Bubble
Insertion
Binary
Merge

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is described by: moving through a list repeatedly, swapping elements that are in the wrong order. 
Merge
Bubble
Insertion
None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is described by: split a list into individual lists, then combine these, two lists at a time. 
Merge
Bubble
Insertion
None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is described by: take each item in turn, compare it to the items in the sorted list and place it in the ordered position in the sorted list. 
Merge
Bubble
Insertion
None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first action in an insertion sort?

Make a new list

Mark the first item as the ordered list

Compare the first and second elements

Put the first element in the correct place

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
The list above is to be sorted using a bubble sort. What will the list look like after the first iteration through the list. 
6, 8, 1, 3, 12
6, 12, 1, 8, 3
1, 3, 6, 8, 12
6, 8, 1, 12, 3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm needs to go through the list repeatedly? 
Merge
Bubble
Insertion
None of them do

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?