DAA-QUIZ

DAA-QUIZ

Professional Development

14 Qs

quiz-placeholder

Similar activities

Git & Github

Git & Github

Professional Development

10 Qs

Preguntas sobre Pandas

Preguntas sobre Pandas

Professional Development

10 Qs

C++ Searches and Sorts

C++ Searches and Sorts

University - Professional Development

15 Qs

DSA 2

DSA 2

Professional Development

13 Qs

Algoritmos de Ordenação (Insertion e MergeSort)

Algoritmos de Ordenação (Insertion e MergeSort)

Professional Development

13 Qs

MacBook Commands Complete

MacBook Commands Complete

Professional Development

10 Qs

Intro to Transformation

Intro to Transformation

Professional Development

15 Qs

Javascript Básico

Javascript Básico

Professional Development

16 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?