Search Header Logo

Ch Y11 sort/search

Authored by Gyorgy Denes

Computers

11th Grade

Used 2+ times

Ch Y11 sort/search
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which type of sort algorithm is this?

Bubble
Merge
Insertion

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A bubble sort goes through each pair in a list and swaps them if not in order.

True
False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many passes are required to sort a list with 5 elements?

5

4

10

2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Your list is currently [4, 5, 1, 2, 6]. You have just finished the first pass of bubble sort.

Which two numbers will you compare next?

4 and 5

2 and 6

5 and 1

1 and 2

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are divide and conquer algorithms?

merge sort

bubble sort

binary search

linear search

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When performing merge sort, the first thing you do is ...

merge two lists

split your list into two

split your list into four

compare each element to its neighbour

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

While performing merge sort, you currently have:

[4] [6] [7] [1].

What do you do next?

start merging (4 with 6 and 7 awith 1)

split each number into sublists

start merging (4 with 7 and 1 awith 6

split into two lists

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers