Quiz on Search Algorithms

Quiz on Search Algorithms

University

40 Qs

quiz-placeholder

Similar activities

список python

список python

11th Grade - University

40 Qs

131-165

131-165

University

35 Qs

SUMATIF AKHIR SEMESTER KLS 8 2024/2025

SUMATIF AKHIR SEMESTER KLS 8 2024/2025

8th Grade - University

40 Qs

Quiztronic

Quiztronic

University

40 Qs

Algorithm Design and Analysis Quiz

Algorithm Design and Analysis Quiz

University

45 Qs

SAS INFORMATIKA 9 SMT 1

SAS INFORMATIKA 9 SMT 1

9th Grade - University

40 Qs

ET Unit 1 (HUMSS)

ET Unit 1 (HUMSS)

11th Grade - University

40 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

42 Qs

Quiz on Search Algorithms

Quiz on Search Algorithms

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Kanchan Taksale

Used 6+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data structure is used in BFS?

Stack

Queue

Linked List

Tree

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true for BFS?

It uses LIFO structure

It may not find the shortest path

It explores all nodes at one depth before moving to the next

It is faster than DFS

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

BFS is optimal when:

All actions have the same cost

Graph has cycles

Goal node is far

Nodes have variable cost

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

BFS is a type of:

Informed search

Blind search

Heuristic search

Local search

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which traversal guarantees the shortest path in unweighted graphs?

DFS

A*

UCS

BFS

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data structure is used in DFS?

Queue

Stack

Heap

Array

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

DFS is not guaranteed to find the optimal path because:

It is incomplete

It explores the deepest path first

It uses heuristics

It doesn’t store visited nodes

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?