Lecture SIX.

Lecture SIX.

University

20 Qs

quiz-placeholder

Similar activities

The Online experience

The Online experience

University

15 Qs

PROBLEM/SOLUTION ESSAY

PROBLEM/SOLUTION ESSAY

9th Grade - University

15 Qs

Culture Générale

Culture Générale

KG - University

15 Qs

Chapter 3: Consumer Buying Decision

Chapter 3: Consumer Buying Decision

University

15 Qs

GCESPED2020

GCESPED2020

University

21 Qs

Data Structure & Algorithm

Data Structure & Algorithm

University

15 Qs

Internet Terminology

Internet Terminology

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?