Formative searching and sorting

Formative searching and sorting

11th Grade

38 Qs

quiz-placeholder

Similar activities

Code Uncode 2.0

Code Uncode 2.0

12th Grade

40 Qs

Computer Science Test Practice - Crow (Matthew is no allowed

Computer Science Test Practice - Crow (Matthew is no allowed

9th - 12th Grade

35 Qs

Data Structures and Algorithms

Data Structures and Algorithms

11th Grade

38 Qs

IT 211- Data Structures and Algorithm Quiz 1

IT 211- Data Structures and Algorithm Quiz 1

University

35 Qs

CpE 416 Module 3 - De Honor

CpE 416 Module 3 - De Honor

University

35 Qs

Year 11 Unit 7 IGCSE Algorithm Quiz

Year 11 Unit 7 IGCSE Algorithm Quiz

9th - 12th Grade

42 Qs

ADA 1

ADA 1

University

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?