DAA Unit 4 Quiz

DAA Unit 4 Quiz

University

10 Qs

quiz-placeholder

Similar activities

KS3 Computational Thinking

KS3 Computational Thinking

KG - University

10 Qs

Quiz on Problem Analysis and Design

Quiz on Problem Analysis and Design

University

12 Qs

Algorithms

Algorithms

University

12 Qs

PDS - 04225 Algorithms - Chapter 3

PDS - 04225 Algorithms - Chapter 3

University

10 Qs

DAA quiz2

DAA quiz2

University

15 Qs

Time and Space Complexity

Time and Space Complexity

University

13 Qs

QUIZ 2

QUIZ 2

University

10 Qs

Pop Quiz- Abstraction, Algorithm

Pop Quiz- Abstraction, Algorithm

University

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