Artificial intelligence A* algorithm is based on ___________ Breadth-First-Search Depth-First –Search Hill climbing Best-First-Search Breadth-First-Search Depth-First –Search Hill climbing Best-First-Search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is the name for information sent from robot sensors to robot controllers? Temperature Pressure Feedback Signal Temperature Pressure Feedback Signal ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The area of AI that investigates methods of facilitating communication between people and computers is: None of these decision support symbolic processing natural language processing robotics None of these decision support symbolic processing natural language processing robotics ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function returns t if is even and nil otherwise: (even ) (numnevenp ) (evenp ) (numeven ) None of these (even ) (numnevenp ) (evenp ) (numeven ) None of these 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 None of these It prints the results returned by the function. It reads the function entered All of these It evaluates the function and the function's operands None of these It prints the results returned by the function. It reads the function entered All of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which search method will expand the node that is closest to the goal? A* search Greedy best-first search Best-first search None of the mentioned A* search Greedy best-first search Best-first search None of the mentioned ANSWER DOWNLOAD EXAMIANS APP