DAA_C_MCQ_2

Quiz
•
Computers
•
University
•
Hard
Amit Mandal
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given two sorted list of size m and n respectively. The number of comparisons needed the worst case by the merge sort algorithm will be
m X n
maximum of m and n
minimum of m and n
m + n - 1
2.
MULTIPLE CHOICE QUESTION
2 mins • 2 pts
Let P be a quick sort program to sort numbers in ascending order using the first element as a pivot. Let t1 and t2 be the number of comparisons made by P for the inputs {1, 2, 3, 4, 5} and {4, 1, 5, 3, 2}, respectively. Which one of the following holds?
t1 = 5
t1 < t2
t1 > t2
t1 = t2
3.
MULTIPLE CHOICE QUESTION
3 mins • 2 pts
The following code snippet is an example of quick sort. What do the 'low' and 'high' parameters represent in this code?
The number of comparisons performed
The range of elements to sort within the array
The value of the pivot element
The number of swaps made during sorting
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is an example of a problem that cannot be solved using the divide and conquer approach?
Computing the nth Fibonacci number
Finding the median of two sorted arrays
Sorting a linked list
Finding the shortest path between two nodes in a graph
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
What is the result of the recurrences which fall under the first case of Master’s theorem (let the recurrence be given by T(n)=aT(n/b)+f(n) and f(n)=nc?
T(n) = O(n^logba)
T(n) = O(nc log n)
T(n) = O(f(n))
T(n) = O(n2)
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
In Merge Sort, if the input array is already sorted in ascending order, how many times will the Merge function be called during the sorting process?
n-1
n
log n
0
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
When does Heap Sort perform at its worst?
When the input array is already sorted in ascending order.
When the input array elements are required to be sorted in reverse order.
When all elements of the input array are the same.
When the input array has no duplicate values.
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
DAA_C_MCQ - 1

Quiz
•
University
14 questions
Data Structure

Quiz
•
University
10 questions
QuickSort Quiz

Quiz
•
University
10 questions
Merge Sort Quiz DAA TASK3

Quiz
•
University
7 questions
DSA Day 4

Quiz
•
University
10 questions
Quiz sobre Arrays em JavaScript

Quiz
•
University
11 questions
Array

Quiz
•
University
9 questions
DSA Day 3

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University