Sorting Algorithms

Sorting Algorithms

University

14 Qs

quiz-placeholder

Similar activities

Quizz Internet

Quizz Internet

KG - Professional Development

12 Qs

CSC1243 - Introduction to Computer Programs (Programming Langua)

CSC1243 - Introduction to Computer Programs (Programming Langua)

University

10 Qs

SQL Quiz

SQL Quiz

University

18 Qs

Jira

Jira

University

15 Qs

Smartcity berbasis IoT

Smartcity berbasis IoT

University

10 Qs

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

BÀI 14- THUẬT TOÁN TÌM KIẾM TUẦN TỰ

6th Grade - University

14 Qs

Semiconductores

Semiconductores

University

10 Qs

Linux: Users and Groups

Linux: Users and Groups

9th Grade - University

14 Qs

Sorting Algorithms

Sorting Algorithms

Assessment

Quiz

Computers

University

Hard

Created by

Pavan Jakkepalli

Used 64+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is not a stable sorting algorithm?

Bubble sort

Selection sort

Quick sort

None of these

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of the following is/are in-place sorting algorithm(s)?

Selection sort

Bubble sort

Quick sort

Merge sort

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The worst-case time complexity of a quick sort algorithm?

O(nlogn)

O(logn)

O(n^2)

O(n^2logn)

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The no.of comparisons in first pass in bubble sort to sort n numbers is....?

n

n(n-1)/2

n-1

n^2

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The maximum no.of swappings in first pass of selection sort to sort n numbers is....?

1

n(n-1)/2

n-1

n^2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In quick sort, based on key or pivot element position, the list is partitioned into how many sub-lists?

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

If the list is almost sorted, then which of the following algorithm gives the better performance?

Bubble sort

Selection sort

Quick sort

All of these

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?