DAA-QUIZ

DAA-QUIZ

Professional Development

14 Qs

quiz-placeholder

Similar activities

Quiz#2

Quiz#2

Professional Development

10 Qs

CSE_DAA_QUIZ 1

CSE_DAA_QUIZ 1

Professional Development

15 Qs

Mastering Algorithms

Mastering Algorithms

Professional Development

10 Qs

DSA 1

DSA 1

Professional Development

10 Qs

Searching and Sorting

Searching and Sorting

University - Professional Development

15 Qs

PDS - 04225 Chapter 11 - Part 1 - Sorting Algorithms

PDS - 04225 Chapter 11 - Part 1 - Sorting Algorithms

University - Professional Development

10 Qs

ADA

ADA

Professional Development

10 Qs

Sort

Sort

University - Professional Development

15 Qs

DAA-QUIZ

DAA-QUIZ

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Pratiba D.

Used 3+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are given a knapsack that can carry a maximum weight of 60. There are 4 items with weights {20, 30, 40, 70} and values {70, 80, 90, 200}. What is the maximum value of the items you can carry using the knapsack?

160

200

170

90

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods can be used to solve the Knapsack problem?

Brute force algorithm

Recursion

Dynamic programming

Brute force, Recursion and Dynamic Programming

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sorting algorithms is the fastest?

Merge sort

Quick sort

Insertion sort

Shell sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the worst case time complexity of a quick sort algorithm?

O(N)

O(N log N)

O(N2)

O(log N)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the average case time complexity of merge sort?

O(n log n)

O(n2)

O(n2 log n)

O(n log n2)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the auxiliary space complexity of merge sort?

O(1)

O(log n)

O(n)

O(n log n)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of the best case scenario for quick sort?

O(N)

O(N log N)

O(N^2)

O(log N)

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?