Sorting Algorithms

Sorting Algorithms

11th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

SLR5 | Algorithms

SLR5 | Algorithms

12th Grade

15 Qs

Chapter#2

Chapter#2

11th Grade - University

16 Qs

Sorting algorithms (Y11)

Sorting algorithms (Y11)

8th Grade - University

20 Qs

2.1 Linear Search

2.1 Linear Search

7th - 12th Grade

20 Qs

Sorting & Searching Algorithms

Sorting & Searching Algorithms

12th Grade

16 Qs

Algorithms Quiz

Algorithms Quiz

11th Grade

21 Qs

Robust Programming

Robust Programming

11th - 12th Grade

13 Qs

Java: Chapter 20 Exam

Java: Chapter 20 Exam

9th - 12th Grade

20 Qs

Sorting Algorithms

Sorting Algorithms

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Paul Kluge

Used 68+ times

FREE Resource

18 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 taking 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

The following two lists are to be merged, which element first goes into the new merged list?
List 1
2  4  8  9
List 2
1  6  8  4
0
1
2
3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following list is to be sorted using a bubble sort:
12  6  8  1  3
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

How many passes will a bubble sort go through?

One pass

Two passes

Multiple passes

Five passes

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?