Artificial intelligence Which is true regarding BFS (Breadth First Search)? 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 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 BFS will get trapped exploring a single path ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A* algorithm is based on ___________ Depth-First –Search Hill climbing Breadth-First-Search Best-First-Search Depth-First –Search Hill climbing Breadth-First-Search Best-First-Search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function returns t if is even and nil otherwise: (even ) (numeven ) (numnevenp ) None of these (evenp ) (even ) (numeven ) (numnevenp ) None of these (evenp ) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which of the following have people traditionally done better than computers? recognizing relative importance All of these resolving ambiguity (a) and (c) above. finding similarities recognizing relative importance All of these resolving ambiguity (a) and (c) above. finding similarities ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which is used to improve the performance of heuristic search? Simple form of nodes Quality of nodes Quality of heuristic function None of the mentioned Simple form of nodes Quality of nodes Quality of heuristic function None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which approach to speech recognition avoids the problem caused by the variation in speech patterns among different speakers? Continuous speech recognition Isolated word recognition Connected word recognition Speaker-dependent recognition None of these Continuous speech recognition Isolated word recognition Connected word recognition Speaker-dependent recognition None of these ANSWER DOWNLOAD EXAMIANS APP