State-Space Search Quiz

State-Space Search Quiz

University

20 Qs

quiz-placeholder

Similar activities

Artificial Intelligence

Artificial Intelligence

University

15 Qs

Compiler Design unit 1 Quiz

Compiler Design unit 1 Quiz

University

20 Qs

Search Algorithms in AI

Search Algorithms in AI

University

20 Qs

DSA Round 3

DSA Round 3

University

20 Qs

DS QUIZ-1 (CSE-42)

DS QUIZ-1 (CSE-42)

University

16 Qs

Exploring Intelligent Agents

Exploring Intelligent Agents

University

15 Qs

Exploring Algorithms and Techniques

Exploring Algorithms and Techniques

University

15 Qs

Civil Engineering Construction Technologies Quiz

Civil Engineering Construction Technologies Quiz

University

20 Qs

State-Space Search Quiz

State-Space Search Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

Dr. Chaturvedi

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a state in state-space search represent?

A possible configuration of the problem

The solution only

A single move

The goal node

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a state-space search algorithm?

BFS

DFS

Sorting

A* Search

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial state in the 8-puzzle problem?

The starting arrangement of tiles

The solved goal arrangement

Any random arrangement

The blank tile position

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the goal state in the 8-puzzle?

All tiles arranged in order with blank at last

All tiles are random

Blank at top-left

Any arrangement with no duplicates

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used in BFS?

Queue

Stack

Tree

Graph

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used in DFS?

Queue

Stack

Array

Linked list

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

BFS explores nodes in which order?

Level by level

Depth first

Randomly

Goal first

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?