(A) Foothill problem
(B) Plateau
(C) Ridge
(D) Box
Tag: Mcqs on Artificial Intelligence
The Plateau problem comes up when there is a mostly flat area __ the peaks.
(A) Separating
(B) Joining
(C) Over
(D) None of the given
The foothill problem occurs whenever there are__ peaks.
(A) High
(B) Secondary
(C) Primary
(D) Deep
Breadth-first search is a good idea when you are confident that the branching factor is __.
(A) Extremely small
(B) Small
(C) Medium
(D) Large
There are __ search strategy.
(A) 1
(B) 2
(C) 3
(D) 4
Breadth-First Search checks all paths of a given length before moving on to any longer paths:
(A) True
(B) False
(C) NA
(D) NA
In Breadth First Search the node with the largest value of height will be at the __ priority to be picked.
(A) Maximum
(B) Minimum
(C) Zero
(D) None of the given
Every graph can be converted into a tree:
(A) True
(B) False
(C) NA
(D) NA