Search Header Logo

Merge Sort Quiz DAA TASK3

Authored by DURAI S

Computers

University

Used 1+ times

Merge Sort Quiz DAA TASK3
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of Merge Sort in the worst case?

O(n)

O(n log n)

O(n²)

O(log n)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Merge Sort is an example of which type of algorithm?

Greedy algorithm

Divide and Conquer algorithm

Dynamic Programming algorithm

Backtracking algorithm

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the space complexity of Merge Sort?

O(1)

O(n)

O(log n)

O(n²)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about Merge Sort?

It is an in-place sorting algorithm.

It is stable and maintains the relative order of equal elements.

It has a worst-case time complexity of O(n²).

It does not require additional memory for sorting.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Merge Sort, what is the purpose of the 'merge' step?

To divide the array into two halves.

To combine two sorted subarrays into one sorted array.

To swap elements to sort the array.

To select a pivot element for partitioning.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the base case for the Merge Sort recursion?

When the array is empty.

When the array has one element.

When the array is already sorted.

When the array has two elements.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms is most similar to Merge Sort in terms of time complexity?

Bubble Sort

Quick Sort

Insertion Sort

Selection Sort

Access all questions and much more by creating a free account

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

Already have an account?