DAA Quiz

DAA Quiz

University

41 Qs

quiz-placeholder

Similar activities

CSE214 Final Review

CSE214 Final Review

University

44 Qs

Linear Data Structures Quiz

Linear Data Structures Quiz

University

40 Qs

ANALYSIS OF ALGORITHM - 1

ANALYSIS OF ALGORITHM - 1

University

43 Qs

Iti Round 1

Iti Round 1

University

40 Qs

Glad_DAA

Glad_DAA

University

45 Qs

Design and Analysis of Algorithms [5th Sem BCA]

Design and Analysis of Algorithms [5th Sem BCA]

University

45 Qs

Computer Algo Test-1

Computer Algo Test-1

University

40 Qs

IT211- Data Structures and Algorithm

IT211- Data Structures and Algorithm

University

45 Qs

DAA Quiz

DAA Quiz

Assessment

Quiz

Computers

University

Hard

Created by

SURESH K

Used 2+ times

FREE Resource

41 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Kruskal’s algorithm is used to ______

a) find minimum spanning tree

b) find single source shortest path

c) find all pair shortest path algorithm

d) traverse the graph

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Dynamic Programming is often used for (choose all that apply):

Optimization problems that involve making a choice that leave one or more subproblems to be solved.

Problems previously solved using divide and conquer that have over lapping subproblems

Non polynomial solution problems

Subproblems where resources are shared

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What two pieces of information allow you to analyse an algorithm?
Time Complexity
Space Complexity
Size Complexity
Complex Complexity
Simplicity Complex

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What order of complexity does this graph represent?

Exponential

Polynomial

Linear

Logarithmic

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image
What is the worst case running time of the above pseudo code?
O(n)
O(n log n)
O(n2)
O(n3)

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image
What is the worst case running time of the above pseudo code?
O(2)
O(n)
O(n-2)
O(n2)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What order of complexity does this graph represent?

Exponential

Polynomial

Linear

Logarithmic

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?