Grundlagen der künstlichen Intelligenz lecture 3&4-search

Grundlagen der künstlichen Intelligenz lecture 3&4-search

University

17 Qs

quiz-placeholder

Similar activities

Data Structures Quiz No 2

Data Structures Quiz No 2

University

20 Qs

2.3.1 Graph Traversal & Path Finding Algorithms

2.3.1 Graph Traversal & Path Finding Algorithms

12th Grade - University

20 Qs

Unit 2 - AI by Prof. R. Rajkumar

Unit 2 - AI by Prof. R. Rajkumar

University

15 Qs

Lecture 2b: Solving Search Problems - Parte2

Lecture 2b: Solving Search Problems - Parte2

University

18 Qs

AI_quiz_2

AI_quiz_2

University

12 Qs

Graph Traversal Algorithms Quiz

Graph Traversal Algorithms Quiz

12th Grade - University

13 Qs

DATA STRUCTURES

DATA STRUCTURES

University

20 Qs

Search Algorithms

Search Algorithms

University

18 Qs

Grundlagen der künstlichen Intelligenz lecture 3&4-search

Grundlagen der künstlichen Intelligenz lecture 3&4-search

Assessment

Quiz

Science, Computers

University

Easy

Created by

Tarina99 Tarina99

Used 3+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the maximum number of steps required in graph search?

The shortest number of edges from the initial state to the goal state

The number of edges of the graph

The number of nodes of the graph minus one

2.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of these search algorithms are complete? (all path costs are greater than 0, goal is reachable in a finite number of steps)

Breadth-First Search

Uniform Cost Search

Depth First Search

Depth Limited Search

Iterative Deepening Search

3.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Which of these search algorithms are optimal? (finite number of nodes, only positive cost)

Breadth-First Search

Uniform Cost Search

Depth First Search

Depth Limited Search

Iterative Deepening Search (step cost 1)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The depth d is...

..the depth of the shallowest goal node

...the depth of the deepest goal node

...the depth of the shallowest leaf

...the depth of the deepest leaf

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the branching factor in each direction?

forwards: 1 backwards: 2

forwards: 2 backwards: 1

2 in both directions

1 in both directions

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Does a finite state transition graph always lead to a finite search tree? How about a finite state transition graph that is a tree?

finite in both cases

infinite for graph, finite for tree

finite for graph, infinite for tree

infinite in both cases

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Greedy best-first search using tree search; start: Iasi, goal: Faragas. Neamt is first expanded. Next,

no further node expanded

Iasis is expanded. Afterwards, Neamt is again expanded due to the closest straight line distance

Iasis is expanded. Afterwards, Vaslui is expanded, since Neamt has been expanded before

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?