Quiz_01

Quiz_01

University

10 Qs

quiz-placeholder

Similar activities

Sorting in Data Structures

Sorting in Data Structures

University

15 Qs

DS Quiz1

DS Quiz1

University

10 Qs

XII Samacheer Computer Science

XII Samacheer Computer Science

12th Grade - University

10 Qs

Code Chef Python

Code Chef Python

University

15 Qs

Sorting Algorithms

Sorting Algorithms

University

7 Qs

Basic Computer Quiz

Basic Computer Quiz

University

11 Qs

Searching and Sorting

Searching and Sorting

University - Professional Development

15 Qs

Tes Awal Modul 4

Tes Awal Modul 4

University

10 Qs

Quiz_01

Quiz_01

Assessment

Quiz

Computers

University

Hard

Created by

Navin Agrawal

Used 77+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following sorting algorithms in its typical implementation gives best performance when applied on an array which is sorted or almost sorted (maximum 1 or two elements are misplaced).

Merge sort

Insertion sort

Heap sort

none

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case time complexity of insertion sort where position of the data to be inserted is calculated using binary search?

N^2

N(logN)^2

N(logN)

N

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which sorting algorithm will take least time when all elements of input array are identical? Consider typical implementations of sorting algorithms.

Insertion sort

Selection sort

Bubble sort

Merge sort

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is the correct order of the following algorithms with respect to their time Complexity in the best case ?

Merge sort > Quick sort >Insertion sort > selection sort

insertion sort < Quick sort < selection sort

Quick sort>Merge sort >Insertion sort > selection sort

None

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Depth First Search is equivalent to which of the traversal in the Binary Trees?

a) Pre-order Traversal

b) Post-order Traversal

c) Level-order Traversal

d) In-order Traversal

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Time Complexity of DFS is? (V – number of vertices, E – number of edges)

a) O(V + E)

b) O(V)

c) O(E)

d) O(V*E)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case complexity of Quick Sort?

a) O(nlogn)

b) O(logn)

c) O(n)

d) O(n2)

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?