Search Algos

Search Algos

1st Grade

10 Qs

quiz-placeholder

Similar activities

QUIZ - KECERDASAN BUATAN

QUIZ - KECERDASAN BUATAN

1st Grade

10 Qs

MD-ICT-Quiz-Wk02

MD-ICT-Quiz-Wk02

1st - 5th Grade

10 Qs

Computer grade one

Computer grade one

1st Grade

14 Qs

SEARCH DAN SORT

SEARCH DAN SORT

1st Grade

14 Qs

Digital Heroes (Primary)

Digital Heroes (Primary)

KG - 5th Grade

8 Qs

JKI Kelas 2

JKI Kelas 2

1st - 5th Grade

11 Qs

Computer - Review Quiz

Computer - Review Quiz

1st - 5th Grade

15 Qs

Hari 2 - Kuis Coding & AI

Hari 2 - Kuis Coding & AI

1st - 6th Grade

13 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?