Artificial intelligence A problem solving approach works well for ______________ Finding a optimal path from a given source to a destination Mars Hover (Robot Navigation) 8-queen problem 8-Puzzle problem Finding a optimal path from a given source to a destination Mars Hover (Robot Navigation) 8-queen problem 8-Puzzle problem ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which value is assigned to alpha and beta in the alpha-beta pruning? Beta = min Both Alpha = max & Beta = min Alpha = max Beta = max Beta = min Both Alpha = max & Beta = min Alpha = max Beta = max ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Weak AI is All of these None of these the embodiment of human intellectual capabilities within a computer. a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans. the study of mental faculties through the use of mental models implemented on a computer. All of these None of these the embodiment of human intellectual capabilities within a computer. a set of computer programs that produce output that would be considered to reflect intelligence if it were generated by humans. the study of mental faculties through the use of mental models implemented on a computer. ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is the space complexity of Depth-first search? O(bm) O(b) O(m) O(bl) O(bm) O(b) O(m) O(bl) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function X (x). (2x+l) would be rendered as (* lambda(x) (+2x1) (lambda (x) (+(*2 x)l)) None of these (+ lambda (x) 1 (*2x)) (lambda (x) (+1 (* 2x) (* lambda(x) (+2x1) (lambda (x) (+(*2 x)l)) None of these (+ lambda (x) 1 (*2x)) (lambda (x) (+1 (* 2x) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In AI programming, a list may contain: All of these pointers None of these cells fields All of these pointers None of these cells fields ANSWER DOWNLOAD EXAMIANS APP