Artificial intelligence Which search algorithm imposes a fixed depth limit on nodes? Bidirectional search Depth-first search Iterative deepening search Depth-limited search Bidirectional search Depth-first search Iterative deepening search Depth-limited search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is the evaluation function in A* approach? 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 Heuristic function Path cost from start node to current node Path cost from start node to current node + Heuristic cost ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which process makes different logical expression looks identical? None of the mentioned Lifting Inference process Unification None of the mentioned Lifting Inference process Unification ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A computer program that contains expertise in a particular domain is called an: None of these automatic processor intelligent planner operational symbolizer expert system None of these automatic processor intelligent planner operational symbolizer expert system ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function returns t if is even and nil otherwise: (even ) (numnevenp ) (evenp ) None of these (numeven ) (even ) (numnevenp ) (evenp ) None of these (numeven ) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence When a top-level function is entered, the LISP processor do(es) It evaluates the function and the function's operands It reads the function entered It prints the results returned by the function. None of these All of these It evaluates the function and the function's operands It reads the function entered It prints the results returned by the function. None of these All of these ANSWER DOWNLOAD EXAMIANS APP