Artificial intelligence In LISP, the function assigns the symbol x to y is (setq y x) (set y = 'x') (setq y 'x') None of these (setq y = 'x') (setq y x) (set y = 'x') (setq y 'x') None of these (setq y = 'x') ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which process makes different logical expression looks identical? Unification Inference process None of the mentioned Lifting Unification Inference process None of the mentioned Lifting ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is Artificial intelligence? Putting your intelligence into Computer Programming with your own intelligence Playing a Game Making a Machine intelligent Putting your intelligence into Computer Programming with your own intelligence Playing a Game Making a Machine intelligent ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence When a top-level function is entered, the LISP processor do(es) All of these It reads the function entered None of these It evaluates the function and the function's operands It prints the results returned by the function. All of these It reads the function entered None of these It evaluates the function and the function's operands It prints the results returned by the function. ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is the evaluation function in A* approach? Path cost from start node to current node Heuristic function Path cost from start node to current node + Heuristic cost Average of Path cost from start node to current node and Heuristic cost Path cost from start node to current node Heuristic function 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
Artificial intelligence Programming a robot by physically moving it through the trajectory you want it to follow is called: robot vision control contact sensing control continuous-path control pick-and-place control None of these robot vision control contact sensing control continuous-path control pick-and-place control None of these ANSWER DOWNLOAD EXAMIANS APP