Searching & Sorting Algorithms

Searching & Sorting Algorithms

11th Grade

10 Qs

quiz-placeholder

Similar activities

Search Algorithm Recap

Search Algorithm Recap

11th Grade

6 Qs

Computing XDDD

Computing XDDD

KG - University

10 Qs

Code.org Algorithms

Code.org Algorithms

9th - 12th Grade

15 Qs

Sorting Algorithms

Sorting Algorithms

11th Grade

12 Qs

Search Algorithms

Search Algorithms

9th - 12th Grade

10 Qs

C++ Quiz 5: Searching and Sorting Algorithms

C++ Quiz 5: Searching and Sorting Algorithms

7th - 12th Grade

9 Qs

Sorting  Algorithms &  Efficiency

Sorting Algorithms & Efficiency

11th - 12th Grade

15 Qs

GCSE Computer Science 9-1: Sorting Algorithms

GCSE Computer Science 9-1: Sorting Algorithms

10th Grade - University

10 Qs

Searching & Sorting Algorithms

Searching & Sorting Algorithms

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Jon Rogers

Used 10+ 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?