Artificial intelligence Which search method takes less memory? Optimal search Linear Search Breadth-First search Depth-First Search Optimal search Linear Search Breadth-First search Depth-First Search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function X (x). (2x+l) would be rendered as None of these (* lambda(x) (+2x1) (+ lambda (x) 1 (*2x)) (lambda (x) (+(*2 x)l)) (lambda (x) (+1 (* 2x) None of these (* lambda(x) (+2x1) (+ lambda (x) 1 (*2x)) (lambda (x) (+(*2 x)l)) (lambda (x) (+1 (* 2x) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Claude Shannon described the operation of electronic switching circuits with a system of mathematical logic called: LISP Boolean algebra None of these neural networking XLISP LISP Boolean algebra None of these neural networking XLISP ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The Personal Consultant is based on: XCON None of these All of these EMYCIN OPS5+ XCON None of these All of these EMYCIN OPS5+ ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function returns the first element of a list Is None of these car second first set None of these car second first set ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is the evaluation function in A* approach? Heuristic function Path cost from start node to current node Path cost from start node to current node + Heuristic cost Average of Path cost from start node to current node and Heuristic cost Heuristic function Path cost from start node to current node Path cost from start node to current node + Heuristic cost Average of Path cost from start node to current node and Heuristic cost ANSWER DOWNLOAD EXAMIANS APP