Searching and Sorting Algorithms Quiz

Searching and Sorting Algorithms Quiz

11th Grade

10 Qs

quiz-placeholder

Similar activities

Quiz 1. Data Structures (OSTIM 2022)

Quiz 1. Data Structures (OSTIM 2022)

1st - 12th Grade

12 Qs

Microsoft Word 2016 Tables

Microsoft Word 2016 Tables

8th - 12th Grade

13 Qs

Weekly Quiz 1

Weekly Quiz 1

4th Grade - Professional Development

10 Qs

unit 7

unit 7

11th Grade

6 Qs

Programming Fundamentals Review

Programming Fundamentals Review

9th - 12th Grade

11 Qs

Search Warrants Ch2 Lesson 2

Search Warrants Ch2 Lesson 2

9th - 12th Grade

10 Qs

ACT/SAT Reading: Vocabulary in Context

ACT/SAT Reading: Vocabulary in Context

9th - 12th Grade

10 Qs

Sorting Algorithms

Sorting Algorithms

11th Grade

8 Qs

Searching and Sorting Algorithms Quiz

Searching and Sorting Algorithms Quiz

Assessment

Quiz

Other

11th Grade

Medium

Created by

Darragh OConnor

Used 8+ times

FREE Resource

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)

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?