DAA-UNIT-4 QUIZ

DAA-UNIT-4 QUIZ

University

10 Qs

quiz-placeholder

Similar activities

Design And Analysis of Algorithms

Design And Analysis of Algorithms

University

10 Qs

Algorithm Design Techniques

Algorithm Design Techniques

University

12 Qs

Selection Sort & Exhaustive Search

Selection Sort & Exhaustive Search

University

15 Qs

[Python For All] Quiz 5 - Numpy

[Python For All] Quiz 5 - Numpy

University

15 Qs

Analysis of Algorithms Quiz

Analysis of Algorithms Quiz

University

10 Qs

DAA - UNIT III

DAA - UNIT III

University

10 Qs

E10-DAA_7CSN

E10-DAA_7CSN

University

10 Qs

4th_DAA

4th_DAA

University

10 Qs

DAA-UNIT-4 QUIZ

DAA-UNIT-4 QUIZ

Assessment

Quiz

Computers

University

Medium

Created by

Shakti Mishra

Used 28+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a backtracking algorithm?

N-queens Problem

Task Scheduling Algorithm

Subset Sum Problem

Tower of Hanoi Problem

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

____________ is an algorithm design method that can be used when the solution to a problem can be viewed as the result of a sequence of decisions

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The name backtrack was first coined by _________

D.H.Lehmer

L. Baumert

R.J. Walker

S.Golomb

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

The term ________ refers to all state space search methods in which all children of the –nodes are generated before any other live node can become the E-node.

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following statements is true for Branch - and - Bound search?

Underestimates of remaining distance may cause deviation from optimal path

Overestimates can't cause right path to be overlooked

Dynamic programming principle can be used to discard redundant partial paths

All of the above

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Read the following statements carefully, and choose the correct answer:

I. For the Backtracking algorithms stack data structure is used.

II. For the Branch-and-bound algorithms queue data structure is used.

(I) is FALSE but (II) is TRUE

(I) and (II) both are FALSE

(I) is TRUE but (II) is FALSE

(I) and (II) both are TRUE

(II) is TRUE and (I) can’t be defined.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

For the 15-puzzle problem if the initial arrangement is as follows, then the value of ‘x’ used to find the reachability is ________

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?