GCSE Computing - Searching & Sorting algorithms #1

GCSE Computing - Searching & Sorting algorithms #1

4th - 5th Grade

10 Qs

quiz-placeholder

Similar activities

Sort and search algorithms

Sort and search algorithms

KG - 5th Grade

10 Qs

Algorithms

Algorithms

2nd - 6th Grade

11 Qs

Y9 Algorithms

Y9 Algorithms

5th Grade

10 Qs

Code.org: Express Course -> Lesson 1 and 2

Code.org: Express Course -> Lesson 1 and 2

5th - 7th Grade

13 Qs

Algorithms

Algorithms

3rd - 12th Grade

15 Qs

Bubble sort and Decision Flowchart

Bubble sort and Decision Flowchart

5th Grade

10 Qs

Introduction to Programming

Introduction to Programming

2nd - 10th Grade

10 Qs

Year 9 - Bubble Sort

Year 9 - Bubble Sort

2nd - 9th Grade

8 Qs

GCSE Computing - Searching & Sorting algorithms #1

GCSE Computing - Searching & Sorting algorithms #1

Assessment

Quiz

Computers

4th - 5th Grade

Hard

Created by

Jon Bridgeman

Used 153+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum amount of passes needed to sort 11 pieces of data?

10

11

7

5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We are sorting the following list in ascending order:
 
1    4    2    9    3    8    5
 
What does the list look like after one pass of the bubble sort algorithm. 
1 2 4 3 8 5 9
1 4 2 5 3 8 9
4 2 9 3 8 5 1

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How many linear searches will it take to find the value 7 in the list [1,4,8,7,10,28]?
2
3
4
5

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
A Linear search algorithm requires data to be ordered.
True
False

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
What is an advantage of the Linear search algorithm?
Performs well with small sized data sets
Can be used on data sets with more than a million elements
Is complicated to code

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a disadvantage of the Linear search algorithm?
It will only work on a sorted data set
May be too slow to process large data sets

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

The first part of a bubble sort algorithm is pictured here. Which of the following options would correctly complete the algorithm?

Media Image
Media Image
Media Image
Media Image

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?