Searching & Sorting Algorithms

Searching & Sorting Algorithms

8th - 10th Grade

20 Qs

quiz-placeholder

Similar activities

NEW_SMP_Mls8_Quiz

NEW_SMP_Mls8_Quiz

7th - 12th Grade

18 Qs

Search Algorithms

Search Algorithms

10th Grade

21 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

6th - 8th Grade

20 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

10th Grade

24 Qs

Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

16 Qs

Algorithms

Algorithms

10th - 11th Grade

20 Qs

Binary Search & Linear Search

Binary Search & Linear Search

9th Grade

17 Qs

2.1 – Algorithms

2.1 – Algorithms

10th Grade

18 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

Assessment

Quiz

Computers

8th - 10th Grade

Medium

Created by

Simon Graham

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these is NOT a Sort algorithm
Binary
Merge
Bubble
Insertion

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Which type of sort algorithm is this?
Bubble
Merge
Insertion

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is a binary search?
Each item is checked in order
The list is split into 2 and compared
The first 2 values are compared and moved
Nothing happens

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

5.

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

6.

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.

7.

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

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?