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

Sort and Search Algorithms

Sort and Search Algorithms

9th Grade

25 Qs

APCSA Search & Sort

APCSA Search & Sort

9th - 12th Grade

15 Qs

Searches

Searches

9th Grade

15 Qs

KS4 (01) Ethics, Legal, and Searching Algorithms

KS4 (01) Ethics, Legal, and Searching Algorithms

8th - 10th Grade

15 Qs

Algorithms Computer Science

Algorithms Computer Science

10th Grade

17 Qs

Bubble and bucket sort

Bubble and bucket sort

1st - 12th Grade

17 Qs

Sumatif (Berpikir Komputasional)

Sumatif (Berpikir Komputasional)

10th Grade

20 Qs

AQA GCSE Computer Science - 3.1.3 Binary Search

AQA GCSE Computer Science - 3.1.3 Binary Search

8th - 10th Grade

19 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?