AI and ES Unit 2

AI and ES Unit 2

University

10 Qs

quiz-placeholder

Similar activities

Data Structures Activity - 1

Data Structures Activity - 1

University

15 Qs

AI basics

AI basics

University

12 Qs

EC8393_FDS_MODEL_EXAM_1_PART B

EC8393_FDS_MODEL_EXAM_1_PART B

University

10 Qs

BTAP3

BTAP3

University

5 Qs

Traveling Salesman Quiz - Batch 1

Traveling Salesman Quiz - Batch 1

University

14 Qs

Logical Programming Paradigm Quiz

Logical Programming Paradigm Quiz

University

10 Qs

Algorithms Challenge

Algorithms Challenge

University

10 Qs

fff

fff

University

10 Qs

AI and ES Unit 2

AI and ES Unit 2

Assessment

Quiz

Computers

University

Hard

Created by

Sumathi Narayanasamy

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

 Depth-First Search is implemented with _______ data structure.

LIFO

FIFO

LILO

Priority Queue

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Best First search expands the node n with the __________

Heuristic cost

Average path cost

lowest path cost

highest path cost

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is breadth-first search optimal?

 

when there is more number of nodes

when there is less number of nodes

when all step costs are unequal

when all step costs are equal

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure conveniently used to implement Best First Search?

Queue

linked list

stacks

priority queue

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  What is the major component/components for measuring the performance of problem solving?

Completeness

optimality

All of these

time complexity

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

     Which is the best way to go for Game playing problem?

Optimal approach

Heuristic approach (Some knowledge is stored)

Linear approach

Random approach

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Space Complexity of Depth First search algorithm?

O(4b)

O(b^2)

O(b^b)

O(bm)

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?