DAA Quiz

DAA Quiz

University

41 Qs

quiz-placeholder

Similar activities

Design and Analysis of Algorithms

Design and Analysis of Algorithms

University

44 Qs

Design and analysis of algorithm

Design and analysis of algorithm

University

43 Qs

Technical Training Test for III BTech - VCE - CSE

Technical Training Test for III BTech - VCE - CSE

University

45 Qs

EC8393

EC8393

1st Grade - University

45 Qs

DSA - Searching

DSA - Searching

University

40 Qs

Filmora

Filmora

University

40 Qs

AEIC 326 3 Quiz

AEIC 326 3 Quiz

University

45 Qs

Blockchain

Blockchain

University

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