DAA Unit 4 Quiz

DAA Unit 4 Quiz

University

10 Qs

quiz-placeholder

Similar activities

AlgoMania Quiz

AlgoMania Quiz

University

15 Qs

Fundamentals of Algorithms - Unit I - Test 2

Fundamentals of Algorithms - Unit I - Test 2

University

10 Qs

Quiz 2 DAA

Quiz 2 DAA

University

15 Qs

DAA quiz2

DAA quiz2

University

15 Qs

PDS - 04225 Algorithms - Chapter 3

PDS - 04225 Algorithms - Chapter 3

University

10 Qs

ANALYSIS OF ALGORITHMS

ANALYSIS OF ALGORITHMS

University

15 Qs

Dynamic Programming part 1

Dynamic Programming part 1

University

10 Qs

Selection Sort & Exhaustive Search

Selection Sort & Exhaustive Search

University

15 Qs

DAA Unit 4 Quiz

DAA Unit 4 Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Revathi Prakash

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the more appropriate options related to Convex Hull Problem.

Computing the convex hull is a problem in computational geometry.

A few of the applications of the convex hull are Collision avoidance.

Convex hull is possibly a geometry that encloses the vertices of the input geometry

A convex hull is the smallest convex polygon containing all the given points.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is/are property/properties of a dynamic programming problem?

a. Optimal substructure

b. Overlapping subproblems

c. Bound Function

Option a & b

Option a , b & c

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a problem can be solved by combining optimal solutions to non-overlapping problems, the strategy is called

Dynamic programming

Greedy

Divide and conquer

Recursion

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following problems is NOT solved using dynamic programming?

0/1 knapsack problem

Matrix chain multiplication problem

Fractional knapsack problem

Maximum distance problem

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used for implementing a FIFO branch and bound strategy?

stack

Queue

Linked List

Priority Queue

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following can traverse the state space tree only in DFS manner?

branch and bound

dynamic programming

greedy algorithm

backtracking

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kruskal’s algorithm uses-------- and prim’s algorithm uses------ in determining the MST

edges,vertex

vertex,edges

edges,edges

vertex,vertex

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?