AI and ES Unit 2

AI and ES Unit 2

University

10 Qs

quiz-placeholder

Similar activities

AI-1

AI-1

University

10 Qs

Unit 2 - AI by Prof. R. Rajkumar

Unit 2 - AI by Prof. R. Rajkumar

University

15 Qs

AI unit 1

AI unit 1

University

10 Qs

Data Structure

Data Structure

University

15 Qs

A-Level Computer Science Data Structures Quiz

A-Level Computer Science Data Structures Quiz

12th Grade - University

14 Qs

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Graph Traversal Algorithms Quiz

Graph Traversal Algorithms Quiz

12th Grade - University

13 Qs

QUIZ M4 Stack & Queue

QUIZ M4 Stack & Queue

1st Grade - University

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