GCSE Computing - Searching & Sorting algorithms #1

GCSE Computing - Searching & Sorting algorithms #1

4th - 5th Grade

10 Qs

quiz-placeholder

Similar activities

Algorithm-VI

Algorithm-VI

5th - 6th Grade

10 Qs

Algorithm

Algorithm

5th Grade

8 Qs

computer science quiz

computer science quiz

KG - Professional Development

10 Qs

KS3 - Selection, Iteration or Sequence

KS3 - Selection, Iteration or Sequence

KG - 12th Grade

9 Qs

Speed Typing Test with Coding Vocabulary

Speed Typing Test with Coding Vocabulary

3rd - 8th Grade

15 Qs

LEVEL ONE MINI TRAINING B003 EXAMS RERUN

LEVEL ONE MINI TRAINING B003 EXAMS RERUN

4th Grade

10 Qs

Types of algorithm

Types of algorithm

3rd Grade - University

10 Qs

Coding Vocab

Coding Vocab

4th Grade

15 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 154+ 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?