Sorting Algorithms Quiz

Sorting Algorithms Quiz

University

14 Qs

quiz-placeholder

Similar activities

Sorting in Microsoft Excel HEART

Sorting in Microsoft Excel HEART

10th Grade - University

10 Qs

Data Structures - Interim Sem 2021-22

Data Structures - Interim Sem 2021-22

University

18 Qs

CP-II

CP-II

University

10 Qs

Computational Thinking for Problem Solving

Computational Thinking for Problem Solving

University

10 Qs

Python Review Module 16 - Searching Sorting Algorithm

Python Review Module 16 - Searching Sorting Algorithm

University

17 Qs

Data Structure & Algorithm

Data Structure & Algorithm

University

15 Qs

Exploring Sorting Algorithms

Exploring Sorting Algorithms

University

10 Qs

DAA Lab Viva

DAA Lab Viva

University

10 Qs

Sorting Algorithms Quiz

Sorting Algorithms Quiz

Assessment

Quiz

Other

University

Easy

Created by

Yumi undefined

Used 2+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of Bubble Sort?

O(N)

O(N log N)

O(N^2)

O(1)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is based on the divide-and-conquer approach?

Insertion Sort

Bubble Sort

Merge Sort

Selection Sort

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of sorting does Insertion Sort perform?

Heap-based

Not In-place

In-place

Recursive

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which sorting algorithm is the smallest element repeatedly selected from the unsorted portion?

Quick Sort

Selection Sort

Bubble Sort

Heap Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the auxiliary space complexity of Insertion Sort?

O(log N)

O(N^2)

O(1)

O(N)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is not suitable for large datasets?

Heap Sort

Quick Sort

Merge Sort

Bubble Sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in a Selection Sort algorithm?

Swap elements

Sort the array

Find the smallest element

Find the largest element

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?