Searching & Sorting Algorithms

Searching & Sorting Algorithms

11th Grade

10 Qs

quiz-placeholder

Similar activities

OCR GCSE CS - 2.1 ERL sorts and searches

OCR GCSE CS - 2.1 ERL sorts and searches

10th - 11th Grade

9 Qs

Code.org - Unit 6 Review

Code.org - Unit 6 Review

9th - 12th Grade

15 Qs

Year 9 Home learning

Year 9 Home learning

10th - 12th Grade

12 Qs

Software Design and Development: Algorithm Quiz

Software Design and Development: Algorithm Quiz

11th - 12th Grade

15 Qs

Algorithms

Algorithms

3rd - 12th Grade

15 Qs

Algorithm Intro

Algorithm Intro

9th Grade - University

14 Qs

SDD Test

SDD Test

10th - 12th Grade

15 Qs

2.1.3 Search Recap

2.1.3 Search Recap

11th Grade

12 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Jon Rogers

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is NOT a sorting algorithm?

Bubble Sort

Binary Sort

Insertion Sort

Merge Sort

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the least efficient sorting algorithm for a large data set?

Bubble sort

Merge sort

Insertion sort

Binary sort

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the most efficient sorting algorithm for a large data set?

Bubble sort

Merge sort

Insertion sort

Binary sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm has the biggest memory usage?

Bubble sort

Merge sort

Insertion sort

Quick sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which searching algorithm does NOT need the data to be sorted?

Linear search

Binary search

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the "best case scenario" for a quick find in a linear search?

The search item is at the start

The search item is in the middle

The list is small

The list is not sorted

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the "best case scenario" for a quick find in a binary search?

The search item is at the start

The search item is in the middle

The list is small

The list is not sorted

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?