Ch Y11 sort/search

Ch Y11 sort/search

11th Grade

10 Qs

quiz-placeholder

Similar activities

The Weald Computer science

The Weald Computer science

11th Grade

11 Qs

Year 9 Home learning

Year 9 Home learning

10th - 12th Grade

12 Qs

Latihan Soal dan Kisi-Kisi Kelas 11

Latihan Soal dan Kisi-Kisi Kelas 11

11th Grade

15 Qs

Berpikir Komputasional Informatika X

Berpikir Komputasional Informatika X

9th - 12th Grade

15 Qs

Trace and Test 02

Trace and Test 02

11th Grade

5 Qs

IB CS Topic 4

IB CS Topic 4

11th - 12th Grade

9 Qs

Computer Science

Computer Science

11th - 12th Grade

9 Qs

A - Level Tree Traversal

A - Level Tree Traversal

11th Grade

11 Qs

Ch Y11 sort/search

Ch Y11 sort/search

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Gyorgy Denes

Used 2+ times

FREE Resource

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

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?