Sorting Algorithm

Sorting Algorithm

9th - 12th Grade

42 Qs

quiz-placeholder

Similar activities

PSTS

PSTS

11th Grade

40 Qs

XII Datastructures

XII Datastructures

9th - 12th Grade

40 Qs

soal ulangan inf

soal ulangan inf

10th Grade

42 Qs

GCSE Computer Science Topic 1: Computational Thinking

GCSE Computer Science Topic 1: Computational Thinking

9th Grade

44 Qs

Year 11 - After Half Term Quiz

Year 11 - After Half Term Quiz

10th Grade

42 Qs

Algorithms

Algorithms

12th Grade

42 Qs

Year 11 Unit 7 IGCSE Algorithm Quiz

Year 11 Unit 7 IGCSE Algorithm Quiz

9th - 12th Grade

42 Qs

Computational thinking, algorithms and programming

Computational thinking, algorithms and programming

11th Grade

40 Qs

Sorting Algorithm

Sorting Algorithm

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Moses Balogun

Used 57+ times

FREE Resource

42 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

2.

MULTIPLE CHOICE QUESTION

1 min • 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

1 min • 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

1 min • 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

1 min • 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

1 min • 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

1 min • 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?