Lecture 2b: Solving Search Problems - Parte2

Lecture 2b: Solving Search Problems - Parte2

University

18 Qs

quiz-placeholder

Similar activities

Algorithms Data

Algorithms Data

University

15 Qs

Sort

Sort

University - Professional Development

15 Qs

ANALYSIS OF ALGORITHMS

ANALYSIS OF ALGORITHMS

University

15 Qs

Algorithm questions

Algorithm questions

12th Grade - University

20 Qs

Sorting and Searching Algorithms Quiz - Batch 1

Sorting and Searching Algorithms Quiz - Batch 1

University

20 Qs

time and space complexity

time and space complexity

University

13 Qs

Quiz 1_DSA

Quiz 1_DSA

University

20 Qs

CC-103 Quiz #1

CC-103 Quiz #1

University

15 Qs

Lecture 2b: Solving Search Problems - Parte2

Lecture 2b: Solving Search Problems - Parte2

Assessment

Quiz

Computers

University

Hard

Created by

Bea Gomes

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the total number of nodes generated in the worst case in an iterative deepening search with b=10 and d=5?

100

250

10

50

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of bidirectional search?

It is less memory intensive

It can greatly reduce complexity over time

It is faster than other search strategies

It always finds the optimal solution

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main problem with bidirectional search when there are many objective states?

It is difficult to do the 'matching' between the two searches

It is not suitable for large search spaces

It is not optimal

It is not possible to generate predecessors

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main goal of avoiding repeated states in a search problem?

To ensure the search is complete

To minimize the space complexity

To prevent the search algorithm from getting lost

To reduce the time complexity

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which problem is not formulated as a search problem in the previous class?

Towers of Hanoi

Bucket Filling problem

Traveling Salesman problem

Missionaries and Cannibals

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main purpose of informed/intelligent/heuristic search?

To prevent the search algorithm from being lost

To minimize the time complexity

To use problem information to guide the search algorithm

To ensure the search is complete

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main difference between Best-First Search and A* Algorithm?

Best-First Search is always optimal, while A* Algorithm is not

Best-First Search uses an evaluation function, while A* Algorithm does not

A* Algorithm is not complete, while Best-First Search is

A* Algorithm combines greedy with uniform search, while Best-First Search does not

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?