43. Algorithms - Merge Sort Quiz

43. Algorithms - Merge Sort Quiz

9th Grade

10 Qs

quiz-placeholder

Similar activities

Sorting Algorithms

Sorting Algorithms

9th Grade

10 Qs

Sorting Algorithms

Sorting Algorithms

9th - 10th Grade

11 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

16 Qs

Linear Search

Linear Search

7th - 12th Grade

16 Qs

Sorting Methods

Sorting Methods

9th Grade - University

10 Qs

Year 9 March

Year 9 March

9th Grade

11 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

Spreadsheet

Spreadsheet

5th - 11th Grade

12 Qs

43. Algorithms - Merge Sort Quiz

43. Algorithms - Merge Sort Quiz

Assessment

Passage

Computers

9th Grade

Hard

Created by

Andy Workman

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of merge sort over bubble sort?

It is easier to program

It can work on multiple lists at the same time

It uses a divide and conquer method

It is faster for small data sets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What method does merge sort use to solve larger problems?

Trial and error

Sequential search

Divide and conquer

Random selection

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does merge sort repeatedly split the data set?

Until the largest problem is solved

In random halves

In quarters

Until each item is in its own list

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the objective of the given data set of breakfast cereals?

To find the most expensive cereal

To find the healthiest cereal

To put them in alphabetical order

To count the number of cereals

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step of the merge sort algorithm?

Merging the data set

Comparing items in adjacent lists

Repeating the process

Splitting the initial list into individual lists of one item

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of comparing items in adjacent lists in merge sort?

To find the smallest item

To find the largest item

To create a new merge list

To count the number of items

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What happens to the remaining items after all comparisons are done in merge sort?

They are compared again

They are discarded

They are merged into a new list

They are split into smaller lists

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?