Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

40 Qs

quiz-placeholder

Similar activities

Kelas X TIK STS 1

Kelas X TIK STS 1

10th Grade

40 Qs

DATABASE (Light School)

DATABASE (Light School)

8th - 9th Grade

35 Qs

PH Berpikir Komputasional 1

PH Berpikir Komputasional 1

10th Grade

40 Qs

Algorithms + Programming 1

Algorithms + Programming 1

10th - 11th Grade

35 Qs

WJEC 2.2 Algorithms and Programming Constructs - Algorithms

WJEC 2.2 Algorithms and Programming Constructs - Algorithms

9th - 10th Grade

38 Qs

Sorting, Searching and Big O Review

Sorting, Searching and Big O Review

9th Grade - University

45 Qs

[SELANGOR] SKT5 : 3.1 : BAHASA PENSKRIPAN KLIEN

[SELANGOR] SKT5 : 3.1 : BAHASA PENSKRIPAN KLIEN

9th - 12th Grade

40 Qs

CSP Unit 10: Algorithms

CSP Unit 10: Algorithms

9th - 12th Grade

41 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

Assessment

Quiz

Computers

9th - 10th Grade

Medium

Created by

C Turner

Used 27+ 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?