Search Algos

Search Algos

1st Grade

10 Qs

quiz-placeholder

Similar activities

What is the Icon?

What is the Icon?

KG - 12th Grade

10 Qs

Regular Expressions (Python)

Regular Expressions (Python)

KG - University

7 Qs

Web Browser Vocabulary Test

Web Browser Vocabulary Test

1st - 5th Grade

11 Qs

Canva quiz

Canva quiz

1st - 5th Grade

10 Qs

Базовые алгоритмы на графах

Базовые алгоритмы на графах

KG - 3rd Grade

14 Qs

Bab 3 : Algoritma Tingkatan 3

Bab 3 : Algoritma Tingkatan 3

1st Grade

12 Qs

Kuiz Ask T3

Kuiz Ask T3

1st - 3rd Grade

15 Qs

Computer shortcuts

Computer shortcuts

KG - Professional Development

10 Qs

Search Algos

Search Algos

Assessment

Quiz

Computers

1st Grade

Medium

Created by

KHAI LIM

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is true regarding BFS (Breadth First Search)?

BFS will get trapped exploring a single path

The entire tree so far been generated must be stored in BFS

BFS is not guaranteed to find a solution if exists

BFS is nothing but Binary First Search

Answer explanation

Explanation: Regarding BFS-The entire tree so far been generated must be stored in BFS.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a heuristic function?

A function to solve mathematical problems

A function which takes parameters of type string and returns an integer value

A function whose return type is nothing

A function that maps from problem state descriptions to measures of desirability

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following mentioned searches are heuristic searches?

(i) Random Search

(ii) Depth First Search

(iii) Breadth First Search

(iv) Best First Search

Answer explanation

In the best first search, which is also known as the heuristic search, the agent picks up the best node based upon the heuristic value irrespective of where the node is.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following statement:"The search first begins from the root node and the first one of the child node’s sub-tree is completely traversed. That is, first all the one-sided nodes are checked, and then the other sided nodes are checked."Which search algorithm is described in the above definition?

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which search is implemented with an empty first-in-first-out queue?

DFS

BFS

Bidirectional seach

None of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is breadth-first search is optimal?

When there is less number of nodes

When all step costs are equal

When all step costs are unequal

None of the mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many successors are generated in backtracking search?

1

2

3

4

Answer explanation

Explanation: Each partially expanded node remembers which successor to generate next because of

these condition, it uses less memory.

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?