Unit 2.1 Searching & Sorting Algorithms MCQs L3-5

Unit 2.1 Searching & Sorting Algorithms MCQs L3-5

7th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

A Level Computing 2.3.1 Algorithms -  Sorting algorithms #1

A Level Computing 2.3.1 Algorithms - Sorting algorithms #1

11th - 12th Grade

10 Qs

Sorting algorithm

Sorting algorithm

8th Grade

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

9th - 12th Grade

10 Qs

Sorting Algorithms

Sorting Algorithms

9th - 10th Grade

11 Qs

Sorting Methods

Sorting Methods

9th Grade - University

10 Qs

Bubble Sort

Bubble Sort

1st Grade - Professional Development

13 Qs

Software Design and Development: Algorithm Quiz

Software Design and Development: Algorithm Quiz

11th - 12th Grade

15 Qs

Unit 2.1 Searching & Sorting Algorithms MCQs L3-5

Unit 2.1 Searching & Sorting Algorithms MCQs L3-5

Assessment

Quiz

Computers

7th - 11th Grade

Medium

Created by

Helen McLean

Used 55+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a sorting algorithm? (1-2) 
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. (1-2) 
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. (1-2) 
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. (1-2) 
Merge
Bubble
Insertion
None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first action in an insertion sort? (4-5) 
Make a new list 
Mark the rst item as the ordered list 
Compare the rst and second elements 
Put the rst element in the correct place 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

7.

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. (9) 
6 8 1 3 12
6 12 1 8 3
1 3 6 8 12
6 8 1 12 3

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?