Sorting algorithms (Y11)

Sorting algorithms (Y11)

8th Grade - University

20 Qs

quiz-placeholder

Similar activities

Access Tutorials 7-9

Access Tutorials 7-9

9th - 12th Grade

20 Qs

19.1 Algorithms Cambridge iA 9618

19.1 Algorithms Cambridge iA 9618

12th Grade

20 Qs

Algorithms

Algorithms

3rd - 12th Grade

15 Qs

AQA GCSE Computer Science - 3.1.2 Efficiency of algorithms

AQA GCSE Computer Science - 3.1.2 Efficiency of algorithms

8th - 10th Grade

20 Qs

Google Sheets: Spreadsheets, Charts and Functions

Google Sheets: Spreadsheets, Charts and Functions

6th - 8th Grade

15 Qs

Technical Quiz Round 1 Set 2

Technical Quiz Round 1 Set 2

12th Grade

20 Qs

Practice for 12th AP Java Quiz

Practice for 12th AP Java Quiz

9th - 12th Grade

17 Qs

Quiz Informatika Berpikir Komputasional

Quiz Informatika Berpikir Komputasional

10th Grade

25 Qs

Sorting algorithms (Y11)

Sorting algorithms (Y11)

Assessment

Quiz

Computers

8th Grade - University

Hard

Created by

Billard

Used 159+ times

FREE Resource

20 questions

Show all answers

1.

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

2.

MULTIPLE CHOICE QUESTION

1 min • 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.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following are sorting algorithms?

Binary, linear

Numerical, phonetic

Bubble, merge

File, alphabetical

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do bubble 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.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an advantage of a bubble sort?

It is difficult to implement.

It is fast.

It uses less memory.

It is easier to implement and follow.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum number of comparisons if there are 5 elements to sort?
10
2
5
20

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you calculate the maximum number of passes/iterations? Where n = number of elements in a list.

n - 1

n + 1

n(n+1)

n(n-1)

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?