SEARCHING ALGORITHMS

SEARCHING ALGORITHMS

10th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

Unit 6 Computer Science

Unit 6 Computer Science

9th - 12th Grade

17 Qs

2.1 Linear and Binary Searching Algorithms

2.1 Linear and Binary Searching Algorithms

8th - 10th Grade

16 Qs

AP CSP BI 3

AP CSP BI 3

9th - 12th Grade

13 Qs

Search Algorithms Y9 Quiz

Search Algorithms Y9 Quiz

10th Grade

18 Qs

NEW_SMP_Mls8_Quiz

NEW_SMP_Mls8_Quiz

7th - 12th Grade

18 Qs

2.1.3 Search Recap

2.1.3 Search Recap

11th Grade

12 Qs

Year 9 Home learning

Year 9 Home learning

10th - 12th Grade

12 Qs

Code.org Unit 6 Principles Review

Code.org Unit 6 Principles Review

9th - 12th Grade

17 Qs

SEARCHING ALGORITHMS

SEARCHING ALGORITHMS

Assessment

Quiz

Computers

10th - 11th Grade

Hard

Used 35+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Define what is meant by the term 'algorithm'
Step by step instructions or rules to solve a problem.
Code for a specific task.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of lists or data sets are linear searching algorithms used for?
Unsorted lists or data sets
Sorted lists or data sets

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of lists or data sets are binary searching algorithms used for?
Unsorted lists or data sets
Sorted lists or data sets

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the best description to explain what a linear search algorithm is.
Put the elements in order, check each item in turn.
Put the elements in order, compare with the middle value, split the list in order and repeat.
Elements do not need to be in order, check each item in turn.
Elements do not need to be in order, compare to the middle value, split the list in order and repeat

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A linear search is to be performed on the list:
12   6   8  1  3
How many comparisons would it take to find number 1?
1
2
3
4

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A binary search is to be performed on the list:
3  5  9  10  23
How many comparisons would it take to find number 9?
0-1
2-3
4-5
I can't find the number 9

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A binary search is to be performed on the list:
1  5  10  13  48  68  100  101
How many comparisons would it take to find number 101?
0-1
1-2
3-4
4-5

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?