Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

40 Qs

quiz-placeholder

Similar activities

LATIHAN SOAL ASAS KELAS X

LATIHAN SOAL ASAS KELAS X

10th Grade

39 Qs

soal ulangan inf

soal ulangan inf

10th Grade

42 Qs

INFORMATIKA

INFORMATIKA

10th Grade

35 Qs

Year 11 Unit 7 IGCSE Algorithm Quiz

Year 11 Unit 7 IGCSE Algorithm Quiz

9th - 12th Grade

42 Qs

GCSE Computer Science Topic 1: Computational Thinking

GCSE Computer Science Topic 1: Computational Thinking

9th Grade

44 Qs

Year 10 Term 4 Recap

Year 10 Term 4 Recap

10th Grade

44 Qs

Year 11 - After Half Term Quiz

Year 11 - After Half Term Quiz

10th Grade

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