Search Header Logo

Searching and Sorting Algorithms Quiz

Authored by Darragh OConnor

Other

11th Grade

Used 8+ times

Searching and Sorting Algorithms Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of a linear search algorithm?

O(n)

O(n^2)

O(log n)

O(1)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search algorithm requires the array to be sorted before performing the search?

Breadth First Search

Depth First Search

Binary Search

Linear Search

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst-case time complexity of a binary search algorithm?

O(log n)

O(1)

O(n^2)

O(n)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm repeatedly swaps adjacent elements if they are in the wrong order?

Selection Sort

Bubble Sort

Insertion Sort

Merge Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of a bubble sort algorithm in the worst case?

O(1)

O(log n)

O(n)

O(n^2)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm repeatedly selects the minimum element from the unsorted part of the array and places it at the beginning?

Selection Sort

Merge Sort

Insertion Sort

Bubble Sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of a selection sort algorithm in the worst case?

O(n^2)

O(n log n)

O(log n)

O(n)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?