Artificial intelligence In LISP, the function returns the list that results after the first element is removed (the rest f the list), is..........? cons last cdr car cons last cdr car ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which search algorithm imposes a fixed depth limit on nodes? Depth-first search Iterative deepening search Bidirectional search Depth-limited search Depth-first search Iterative deepening search Bidirectional search Depth-limited search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The explanation facility of an expert system may be used to: construct a diagnostic model both (b) and (c) expedite the debugging process All of these explain the system's reasoning process construct a diagnostic model both (b) and (c) expedite the debugging process All of these explain the system's reasoning process ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence PROLOG is an AI programming language which solves problems with a form of symbolic logic known as predicate calculus. It was developed in 1972 at the University of Marseilles by a team of specialists. Can you name the person who headed this team? None of these Seymour Papert John McCarthy Nicklaus Wirth Alain Colmerauer None of these Seymour Papert John McCarthy Nicklaus Wirth Alain Colmerauer ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function assigns the symbol x to y is (setq y = 'x') (setq y 'x') None of these (setq y x) (set y = 'x') (setq y = 'x') (setq y 'x') None of these (setq y x) (set y = 'x') ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Heuristic function h(n) is ________ Estimated cost of cheapest path from root to goal node Cheapest path from root to goal node Lowest path cost Average path cost Estimated cost of cheapest path from root to goal node Cheapest path from root to goal node Lowest path cost Average path cost ANSWER DOWNLOAD EXAMIANS APP