Merge Sorts

Merge Sorts

Assessment

Quiz

Computers

University

Medium

Created by

LE210 Sankara Nayaki K

Used 35+ times

FREE Resource

Student preview

quiz-placeholder

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these algorithms sorts items by first splitting the list of items down into smaller and smaller groups?

Bubble sort

Merge sort

Linear search

Binary search

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What algorithm does this image represent?

Bubble sort

Merge sort

Linear search

Binary search

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a sorting algorithm?

Specific instructions which allow us to understand code

Specific instructions which allow us to organise data in a particular way

Kinda like a word-scrambler

Kinda like a password-decrypter

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the most important reason that data needs to be sorted?

It is organised and easier to make sense of.

So it looks nice.

To show we can do it.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do merge sorts work?

They split the list to single elements before piecing them back together, one sublist at a time.

Each item in the list is compared with the following item starting with the last value till the first.

Taking one item at a time from an unsorted list, each new item is compared with the previous until its place is found.

Each item in the list is individually compared with the following item starting with the first value till the last.

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?

List 1

2 4 7 9

List 2

1 6 8 12

0

1

2

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The following two lists are to be merged, which element will be in position 5 in the new merged list?

List 1

2 4 7 9

List 2

1 6 8 12

8

7

6

4

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?