quiz_module 2

quiz_module 2

Professional Development

25 Qs

quiz-placeholder

Similar activities

Stats+Python ISA Test - Quiz 2

Stats+Python ISA Test - Quiz 2

University - Professional Development

20 Qs

Technical vocab

Technical vocab

9th Grade - Professional Development

20 Qs

Statistics & Machine Learning

Statistics & Machine Learning

Professional Development

30 Qs

Machine Learning Quiz

Machine Learning Quiz

Professional Development

30 Qs

computer vision

computer vision

Professional Development

20 Qs

Bezpieczeństwo w internecie

Bezpieczeństwo w internecie

KG - Professional Development

20 Qs

Questionário - Informática Aplicada

Questionário - Informática Aplicada

Professional Development

20 Qs

Interfaces Web II - 3ºBimestre

Interfaces Web II - 3ºBimestre

Professional Development

20 Qs

quiz_module 2

quiz_module 2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Navin Agrawal

Used 5+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Time complexity of fractional knapsack problem is ____________

O(n log n)

o(n)

O(n2)

O(log n)

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Given items as {value,weight} pairs {{40,20},{30,10},{20,5}}. The capacity of knapsack=20. Find the maximum value output assuming items to be divisible.____________

60

80

100

40

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The main time taking step in fractional knapsack problem is ___________

a) Breaking items into fraction

b) Adding items into knapsack

c) Sorting

d) Looping through sorted items

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Consider a complete graph G with 4 vertices. The graph G has ____ spanning trees.

15

16

14

12

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

If all the weights of the graph are positive, then the minimum spanning tree of the graph is a minimum cost subgraph.

a) True

b) False

may be

do not say

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Kruskal’s algorithm is a ______

a) divide and conquer algorithm

b) dynamic programming algorithm

c) greedy algorithm

d) approximation algorithm

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the time complexity of Kruskal’s algorithm?

a) O(log V)

b) O(E log V)

c) O(E2)

d) O(V log E)

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?