Lecture SIX.

Lecture SIX.

University

20 Qs

quiz-placeholder

Similar activities

Artificial Potential Field Method & Roadmaps

Artificial Potential Field Method & Roadmaps

University

20 Qs

Midterm 2 Quiz

Midterm 2 Quiz

University

16 Qs

Basic Network Laws and Theorem

Basic Network Laws and Theorem

KG - University

15 Qs

Cardiac/Circulation/EKG

Cardiac/Circulation/EKG

12th Grade - University

20 Qs

Trò chơi buổi học

Trò chơi buổi học

University

25 Qs

SIA WEEK 16

SIA WEEK 16

University

20 Qs

Lecture 2b: Solving Search Problems - Parte1

Lecture 2b: Solving Search Problems - Parte1

University

23 Qs

Konsep dasar Struktur Data

Konsep dasar Struktur Data

University

20 Qs

Lecture SIX.

Lecture SIX.

Assessment

Quiz

Other

University

Easy

Created by

Ahmed Mohamed

Used 90+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

What is the basic idea of a search algorithm?

It takes a problem as an input and returns a solution in the form of an action sequence.

It always finds a solution with a minimal number of actions.

It uses knowledge for the searching process.

It expands the deepest node first.

2.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

Each NODE in in the search tree is an entire PATH in the problem graph.

True

False

3.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

What is the state space?

describes the sequence of actions, and the root of the tree corresponds to the initial state of the problem.

describes the set of states in the world, and the actions that allow transitions from one state to another.

describes each node in the tree has a unique path back to the root.

describes paths between these states, reaching towards the goal.

4.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

What is the search tree?

describes the sequence of actions, and the root of the tree corresponds to the initial state of the problem.

describes the set of states in the world, and the actions that allow transitions from one state to another.

describes each node in the tree has many paths back to the root.

describes paths between these states, reaching towards the goal.

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Each node in the tree has a many paths back to the root.

True

False

Answer explanation

Each node in the tree has a unique path back to the root.

6.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

What are the properties of search strategies/algorithms ?

  1. 1. completeness.

  2. 2. optimality.
    3. time complexity.

  3. 4. space complexity.

  1. 1. completeness.

  2. 2. optimality.
    3. cost complexity.

  3. 4. space complexity.

  1. 1. BFS.

  2. 2. DFS.
    3. AI complexity.

  3. 4. cost complexity.

  1. 1. color.

2. size.
3. shape

7.

MULTIPLE CHOICE QUESTION

15 mins • 5 pts

Define "Optimality" in Search Strategies' properties.

Is the algorithm guaranteed to find a solution when there is one?

Does the strategy find the optimal solution?

How long does it take to find a solution?

How much memory is needed to perform the search?

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?