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

quiz-placeholder

Similar activities

Algorithms - Part 2

Algorithms - Part 2

9th - 12th Grade

20 Qs

Binary Searching

Binary Searching

9th Grade

17 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

10th Grade - University

16 Qs

2.1 Linear and Binary Searching Algorithms

2.1 Linear and Binary Searching Algorithms

8th - 10th Grade

16 Qs

Binary and Linear Search

Binary and Linear Search

9th - 12th Grade

18 Qs

8525 AQA GCSE  3.1.3 Searching and 3.1.4 Sorting Algorithms

8525 AQA GCSE 3.1.3 Searching and 3.1.4 Sorting Algorithms

10th - 11th Grade

18 Qs

AQA GCSE Computer Science - 3.1.2 Efficiency of algorithms

AQA GCSE Computer Science - 3.1.2 Efficiency of algorithms

Assessment

Quiz

Computers

8th - 10th Grade

Hard

Created by

Mr Ling-Winston

Used 25+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is Algoritmic efficiency?
The time and space taken to run the algorithm
How long it takes to design the algorithm
How clear the algorithm is
How long it takes to program the algorithm

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is always faster?
Neither
Binary search
Linear search
Both

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

When does binary search not work?
When the list is unsorted
When the list is sorted
When the list is very large
When there are negatives in the list

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How many items would need to be examined if binary search was carried out on a list of 10 million items? (You may need a calculator and powers of 2 for this!)
24 times
23 times
40 times
10 million times

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is an advantage of linear search over binary search
It can be done upon unsorted lists
It is more challenging to code
It is efficient
It is quicker with lists which have less than 12 terms

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a disadvantage of bubble sort?
It is slow and inefficient
It doesn't do anything in sorted lists
It doesn't work on unsorted lists
None of the provided options

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is an advantage of merge sort over bubble sort
It is quicker and more efficient
It is more challenging to code
It can work on all types of lists
None of the provided options

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?