Search & Sort Algorithms

Search & Sort Algorithms

7th - 11th Grade

18 Qs

quiz-placeholder

Similar activities

Practice for AP Java Quiz #13 Sorting

Practice for AP Java Quiz #13 Sorting

9th - 12th Grade

20 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

16 Qs

Algorithms

Algorithms

3rd - 12th Grade

15 Qs

Binary and Linear Search

Binary and Linear Search

9th - 12th Grade

18 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

6th - 8th Grade

20 Qs

8525 AQA GCSE  3.1.3 Searching and 3.1.4 Sorting Algorithms

8525 AQA GCSE 3.1.3 Searching and 3.1.4 Sorting Algorithms

10th - 11th Grade

18 Qs

Search/Sort Algorithm Recap

Search/Sort Algorithm Recap

9th - 12th Grade

18 Qs

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

10th - 12th Grade

15 Qs

Search & Sort Algorithms

Search & Sort Algorithms

Assessment

Quiz

Computers

7th - 11th Grade

Medium

Created by

Mr Abbas

Used 836+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which type of lists are linear search algorithms used for?
Unsorted lists
Sorted lists

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A binary search algorithm will only work on a list which is in order. True or False
True
False

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which one of the following is an advantage of a linear search?
It takes a long time to find the item.
It is a simple algorithm to write.
It is more efficient than a binary search.
It is a complex algorithm to write.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Using a binary search why will the number 9 never be found in the following list:
11, 8, 13, 9, 7, 3
It does not work on numbers
It only works on letters
The list is not in order

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following descriptions best describes a linear search:
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.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following best describes a binary search:
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.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

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?