Artificial intelligence Which is true regarding BFS (Breadth First Search)? The entire tree so far been generated must be stored in BFS BFS will get trapped exploring a single path BFS is nothing but Binary First Search BFS is not guaranteed to find a solution if exists The entire tree so far been generated must be stored in BFS BFS will get trapped exploring a single path BFS is nothing but Binary First Search BFS is not guaranteed to find a solution if exists ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence An algorithm A is admissible if ___________ It returns more solutions, but not an optimal one It guarantees to return more optimal solutions It is not guaranteed to return an optimal solution when one exists It is guaranteed to return an optimal solution when one exists It returns more solutions, but not an optimal one It guarantees to return more optimal solutions It is not guaranteed to return an optimal solution when one exists It is guaranteed to return an optimal solution when one exists 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? Nicklaus Wirth Alain Colmerauer John McCarthy None of these Seymour Papert Nicklaus Wirth Alain Colmerauer John McCarthy None of these Seymour Papert ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is a heuristic function? A function to solve mathematical problems A function that maps from problem state descriptions to measures of desirability A function whose return type is nothing A function which takes parameters of type string and returns an integer value A function to solve mathematical problems A function that maps from problem state descriptions to measures of desirability A function whose return type is nothing A function which takes parameters of type string and returns an integer value ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which of the following is an advantage of using an expert system development tool? rapid prototyping imposed structure All of these None of these knowledge engineering assistance rapid prototyping imposed structure All of these None of these knowledge engineering assistance ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence An algorithm is complete if ____________ It has a loop It starts with a solution It does not terminate with a solution It terminates with a solution when one exists It has a loop It starts with a solution It does not terminate with a solution It terminates with a solution when one exists ANSWER DOWNLOAD EXAMIANS APP