Quiz 2 - Search

Quiz 2 - Search

University

12 Qs

quiz-placeholder

Similar activities

425 Review #2

425 Review #2

University

15 Qs

Equilibrium & Truss

Equilibrium & Truss

University

11 Qs

TECH WHIZ

TECH WHIZ

University

15 Qs

NLP Quizz Unit-3

NLP Quizz Unit-3

University

14 Qs

Exploring Algorithms and Techniques

Exploring Algorithms and Techniques

University

15 Qs

Code Blitz 40

Code Blitz 40

University

15 Qs

SOFTWARE ENGINEERING QUIZ

SOFTWARE ENGINEERING QUIZ

University

15 Qs

Monday Warm Up Newton's Laws

Monday Warm Up Newton's Laws

9th Grade - University

15 Qs

Quiz 2 - Search

Quiz 2 - Search

Assessment

Quiz

Engineering

University

Medium

Created by

N Biraja Isac

Used 2+ times

FREE Resource

12 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The N-Queen problem is solved using a state space where each state represents a partial arrangement of queens, and the goal is to place _ queens on an _*_ chessboard so that no two queens attack each other.

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

In a search tree, a_ is a data structure representing a state in the problem space, while the _ represents the path from the initial state to the goal state.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The time complexity of Breadth-First Search (BFS) in terms of branching factor b and depth d isO(_) , while its space complexity is _.

bd, bd

db , bd

bd, bd

bd , db

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the Water-Jug problem, the state space consists of:

All possible sequences of pouring water

All possible configurations of water levels in the jugs

Only the goal state and initial state

Only the transitions between states

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The N-Queen problem is solved using which of the following techniques?

a) Backtracking

b) Hill Climbing

c) Both a and b

d) None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a search tree, a node that has not yet been expanded is placed in the:

Open List

Closed List

Goal List

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Breadth-First Search (BFS) is guaranteed to find:

Any solution

The shallowest solution

The least-cost solution

The fastest solution

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?