Artificial intelligence In LISP, the addition 3 + 2 is entered as (+ 3 2) 3 + 2 = 3 + 2 None of these 3 add 2 (+ 3 2) 3 + 2 = 3 + 2 None of these 3 add 2 ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which process makes different logical expression looks identical? Lifting Inference process Unification None of the mentioned Lifting Inference process Unification None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which is the most straightforward approach for planning algorithm? Best-first search State-space search Hill-climbing search Depth-first search Best-first search State-space search Hill-climbing search Depth-first search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A certain Professor at the Stanford University coined the word 'artificial intelligence' in 1956 at a conference held at Dartmouth college. Can you name the Professor? None of these Hans Berliner Joseph Weizenbaum John McCarthy David Levy None of these Hans Berliner Joseph Weizenbaum John McCarthy David Levy ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A series of AI systems developed by Pat Langley to explore the role of heuristics in scientific discovery. None of these DU RAMD BACON MIT None of these DU RAMD BACON MIT ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which is true regarding BFS (Breadth First Search)? BFS will get trapped exploring a single path BFS is nothing but Binary First Search BFS is not guaranteed to find a solution if exists The entire tree so far been generated must be stored in BFS BFS will get trapped exploring a single path BFS is nothing but Binary First Search BFS is not guaranteed to find a solution if exists The entire tree so far been generated must be stored in BFS ANSWER DOWNLOAD EXAMIANS APP