Merge Sort Quiz DAA TASK3

Merge Sort Quiz DAA TASK3

University

10 Qs

quiz-placeholder

Similar activities

Software Testing

Software Testing

University

10 Qs

Chapter 2: Input Device

Chapter 2: Input Device

12th Grade - University

12 Qs

C++ Array Quiz

C++ Array Quiz

University

10 Qs

Information System and Modern Organization part 1

Information System and Modern Organization part 1

University

14 Qs

Computer Basics 2 - CESA

Computer Basics 2 - CESA

7th Grade - University

10 Qs

Node.js

Node.js

University

10 Qs

GUESS THE ANSWER

GUESS THE ANSWER

University

10 Qs

The Dark Side

The Dark Side

KG - University

13 Qs

Merge Sort Quiz DAA TASK3

Merge Sort Quiz DAA TASK3

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

DURAI S

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?