tri game

tri game

University

22 Qs

quiz-placeholder

Similar activities

Python Review Module 16 - Searching Sorting Algorithm

Python Review Module 16 - Searching Sorting Algorithm

University

17 Qs

DS & Algorithms Exam 2

DS & Algorithms Exam 2

University

24 Qs

Mastering DSA Concepts

Mastering DSA Concepts

University

20 Qs

Understanding Data Structures

Understanding Data Structures

University

20 Qs

SET 2 quiz

SET 2 quiz

University

20 Qs

UAS Algoritma dan Pemrograman

UAS Algoritma dan Pemrograman

University

20 Qs

Programming Fundamentals

Programming Fundamentals

KG - University

20 Qs

Advance Microsoft Advance Excel - Assessment

Advance Microsoft Advance Excel - Assessment

University

25 Qs

tri game

tri game

Assessment

Quiz

Other

University

Hard

Created by

Akhil Rambha

Used 2+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is sorting?

Searching for an element

Arrangement of elements

Rearrangement of elements

All of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a comparison-based sorting algorithm?

Counting Sort

Radix Sort

Quick Sort

Bucket Sort

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm works by repeatedly swapping adjacent elements if they are in the wrong order?

Merge Sort

Insertion Sort

Heap Sort

Selection Sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm is known for its stability?

Quick Sort

Heap Sort

Merge Sort

Selection Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm has a time complexity of O(n^2) in the worst-case scenario but is still used for its simplicity?

Merge Sort

Quick Sort

Bubble Sort

Insertion Sort

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which sorting algorithm has both average-case and worst-case time complexity of O(n log n) but is not comparison-based?

Radix Sort

Bucket Sort

Counting Sort

Quick Sort

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of Quick Sort in the best-case scenario?

O(n)

O(n log n)

O(n^2)

O(log 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?