tri game

tri game

University

22 Qs

quiz-placeholder

Similar activities

1.05 & 1.06 Vocabulary

1.05 & 1.06 Vocabulary

KG - University

21 Qs

Algorithm Quiz

Algorithm Quiz

University

23 Qs

DS & Algorithms Exam 2

DS & Algorithms Exam 2

University

24 Qs

Sorting techniques Quiz

Sorting techniques Quiz

University

20 Qs

Competitive Coding Quiz

Competitive Coding Quiz

University

20 Qs

Mastering Algorithm Fundamentals

Mastering Algorithm Fundamentals

University

20 Qs

Brain Wave Round 1

Brain Wave Round 1

University

18 Qs

UAS Algoritma dan Pemrograman

UAS Algoritma dan Pemrograman

University

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

Discover more resources for Other