Merge Sort

Merge Sort

5th Grade

15 Qs

quiz-placeholder

Similar activities

S2 Databases Introduction

S2 Databases Introduction

4th - 6th Grade

10 Qs

Algorithms

Algorithms

3rd - 12th Grade

15 Qs

Common Algorithms Quiz

Common Algorithms Quiz

KG - Professional Development

11 Qs

Algorithms

Algorithms

2nd - 6th Grade

11 Qs

Advanced Excel

Advanced Excel

KG - University

20 Qs

Common Algorithms -  Bitesize

Common Algorithms - Bitesize

KG - 11th Grade

10 Qs

Spreadsheet Basics Grade 4

Spreadsheet Basics Grade 4

4th - 6th Grade

10 Qs

Google Sheets Review

Google Sheets Review

4th - 8th Grade

15 Qs

Merge Sort

Merge Sort

Assessment

Quiz

Computers

5th Grade

Hard

Created by

M Storey

Used 12+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the two simple sorting algorithms mentioned?

Merge sort and Quick sort

Bubble sort and Insertion sort

Bubble sort and Merge sort

Selection sort and Heap sort

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why are bubble sort and insertion sort not good for large lists?

They require too much memory

They are too complex

They are slow

They cannot sort large numbers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of algorithm is the merge sort?

Exchange sort

Incremental sort

Divide and conquer

Selection sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in the merge sort process?

Sorting the list

Merging the list

Breaking down the list into sub-lists

Comparing elements

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does the merge sort algorithm begin sorting data?

By swapping all elements

By selecting the smallest element

By dividing the list into two equal parts

By creating pairs of smaller lists

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What makes the merge sort algorithm memory intensive?

It requires additional arrays

It keeps track of many sub-lists in memory

It uses recursion

It sorts data in place

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main use of the merge sort?

Sorting numerical data only

Sorting large lists of unsorted data

Sorting small lists

Sorting data in databases

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?