Search Algos

Search Algos

1st Grade

10 Qs

quiz-placeholder

Similar activities

Higher Coding

Higher Coding

KG - University

12 Qs

Computer

Computer

1st Grade

10 Qs

Spreadsheets Year 7

Spreadsheets Year 7

1st - 9th Grade

12 Qs

Windows Desktop

Windows Desktop

KG - 2nd Grade

15 Qs

BAB 3 ALGORITMA

BAB 3 ALGORITMA

1st - 9th Grade

10 Qs

Grade 1 - ICT Quiz - Menu on Web Page

Grade 1 - ICT Quiz - Menu on Web Page

1st Grade

6 Qs

QUIZ M4 Stack & Queue

QUIZ M4 Stack & Queue

1st Grade - University

14 Qs

Search engines

Search engines

1st - 12th Grade

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?

Discover more resources for Computers