quiz_module 2

quiz_module 2

Professional Development

25 Qs

quiz-placeholder

Similar activities

Introduction to Programming Quiz

Introduction to Programming Quiz

Professional Development

23 Qs

Artificial Intelligence

Artificial Intelligence

8th Grade - Professional Development

20 Qs

CIW IBA Lesson 8 Vocabulary

CIW IBA Lesson 8 Vocabulary

8th Grade - Professional Development

21 Qs

class 8

class 8

Professional Development

20 Qs

Data Structure

Data Structure

Professional Development

20 Qs

sorting

sorting

Professional Development

20 Qs

Hardware Quiz

Hardware Quiz

Professional Development

20 Qs

EXCEL

EXCEL

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?