Sorting algorithms (Y11)

Sorting algorithms (Y11)

8th Grade - University

20 Qs

quiz-placeholder

Similar activities

Queries in access

Queries in access

7th - 12th Grade

16 Qs

Searching & sorting algorithms

Searching & sorting algorithms

10th - 12th Grade

21 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

Searching and Sorting

Searching and Sorting

University

16 Qs

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

Algorithms - Part 2

Algorithms - Part 2

9th - 12th Grade

20 Qs

Sorting algorithms (Y11)

Sorting algorithms (Y11)

Assessment

Quiz

Computers

8th Grade - University

Hard

Created by

Billard

Used 156+ 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?