Search Strategies Quiz

Search Strategies Quiz

University

10 Qs

quiz-placeholder

Similar activities

20EC214 - Quiz-1

20EC214 - Quiz-1

University

10 Qs

Exploring Search Algorithms

Exploring Search Algorithms

University

15 Qs

PRE-TEST TIPE A

PRE-TEST TIPE A

University

15 Qs

Research Methodology Module 1 Quiz 1

Research Methodology Module 1 Quiz 1

University

10 Qs

EE030 Grp 1 SW

EE030 Grp 1 SW

University

10 Qs

NLP Module 2.1

NLP Module 2.1

University

10 Qs

Introduction to Geology

Introduction to Geology

University

10 Qs

Final Examination in MATH 153 - Part 3 - re

Final Examination in MATH 153 - Part 3 - re

University

10 Qs

Search Strategies Quiz

Search Strategies Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

Priyadharshini ECE

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following search strategies always expands the shallowest node first?

Depth-First Search

Uniform Cost Search

Breadth-First Search

Iterative Deepening Search

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which situation is Depth-First Search not complete?

When the branching factor is finite

When the goal node is at shallow depth

When the state space is finite

When the search tree is infinite

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of Breadth-First Search in the worst case?

O(b·d)

O(d^b)

O(b^d)

O(b·m)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which uninformed search strategy guarantees finding the least-cost path to a goal?

Depth-First Search

Breadth-First Search

Uniform Cost Search

Iterative Deepening Search

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the space complexity of Depth-First Search?

O(b^d)

O(b^m)

O(b·d)

O(b·m)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which strategy combines the space efficiency of DFS with the completeness of BFS?

Uniform Cost Search

Iterative Deepening Search

Bidirectional Search

A* Search

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about Depth-Limited Search?

It guarantees optimality

It is complete for infinite-depth trees

It expands nodes in cost order

It is the same as BFS with depth cut-off

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?