Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

40 Qs

quiz-placeholder

Similar activities

Algorithm in Computer Science

Algorithm in Computer Science

10th Grade

39 Qs

Algorithm Computer Science

Algorithm Computer Science

10th Grade

39 Qs

APCSP AP Test Review

APCSP AP Test Review

9th - 12th Grade

40 Qs

RE-ATSINFX_SEM1-24

RE-ATSINFX_SEM1-24

10th Grade

35 Qs

Year 9 Computer Science Revision

Year 9 Computer Science Revision

9th Grade

45 Qs

Computer Science Test Practice - Crow (Matthew is no allowed

Computer Science Test Practice - Crow (Matthew is no allowed

9th - 12th Grade

35 Qs

AP CSP (All Vocab)

AP CSP (All Vocab)

9th Grade

42 Qs

OCR J277 GCSE Paper 1 Recap

OCR J277 GCSE Paper 1 Recap

9th Grade - University

35 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

Assessment

Quiz

Computers

9th - 10th Grade

Hard

Created by

C Turner

Used 25+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a searching algorithm do?
Search through a set of data
Save a set of data
Help to organise data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a linear search do?
Looks at the first item of data, then each one in turn, until it finds the data item requested
Organises the data into alphabetical order
Splits the data until the requested data is found

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an advantage of a linear search?
It is very quick
It only works with ordered lists
It is a simple algorithm

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT an advantage of a serial search?
It can be used on any set of data regardless of type
It is the quickest search to use
It is a simple algorithm, so it is easy to write a computer program to carry it out

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a binary search do?
Looks at the first item of data, then each one in turn, until it finds the data item requested
Converts all the data into binary
Takes the data and splits it in half repeatedly until it finds the data item requested

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search algorithm would be best to use with ordered data?
A binary search
Either binary search or a linear search
A linear search

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an advantage of a binary search
It's very quick
It only works with ordered lists
It is a simple algorithm

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?