Searching & Sorting Algorithms

Searching & Sorting Algorithms

11th Grade

10 Qs

quiz-placeholder

Similar activities

Algorithm Intro

Algorithm Intro

9th Grade - University

14 Qs

SDD Test

SDD Test

10th - 12th Grade

15 Qs

C++ Searches and Sorts

C++ Searches and Sorts

7th - 12th Grade

9 Qs

APCSA Search & Sort

APCSA Search & Sort

9th - 12th Grade

15 Qs

01 Searching Algorithms

01 Searching Algorithms

9th - 12th Grade

15 Qs

GCSE Computing Flash Quiz

GCSE Computing Flash Quiz

10th - 11th Grade

12 Qs

40. Algorithm  - Algorithm Efficiency Quiz

40. Algorithm - Algorithm Efficiency Quiz

9th - 12th Grade

11 Qs

Algorithms

Algorithms

3rd - 12th Grade

15 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?