Formative searching and sorting

Formative searching and sorting

11th Grade

38 Qs

quiz-placeholder

Similar activities

Data Structure and Algorithm

Data Structure and Algorithm

University

43 Qs

Quizical Suspect!

Quizical Suspect!

University

40 Qs

Topic Recap: Algorithms

Topic Recap: Algorithms

12th Grade

41 Qs

Y9 & Y10 Refresh 2

Y9 & Y10 Refresh 2

12th Grade - Professional Development

40 Qs

Edexcel GCSE Computer Science

Edexcel GCSE Computer Science

9th - 12th Grade

33 Qs

Edexcel Topic A: ProblemSolving

Edexcel Topic A: ProblemSolving

9th - 12th Grade

40 Qs

APCSP AP Test Review

APCSP AP Test Review

9th - 12th Grade

40 Qs

1.4.3 / 1.3.1 Hashing

1.4.3 / 1.3.1 Hashing

12th Grade

35 Qs

Formative searching and sorting

Formative searching and sorting

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Ерасыл Тлеудин

Used 1+ times

FREE Resource

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