Artificial intelligence In LISP, the function assigns the symbol x to y is (setq y = 'x') None of these (set y = 'x') (setq y x) (setq y 'x') (setq y = 'x') None of these (set y = 'x') (setq y x) (setq y 'x') ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A certain Professor at the Stanford University coined the word 'artificial intelligence' in 1956 at a conference held at Dartmouth college. Can you name the Professor? Hans Berliner None of these Joseph Weizenbaum John McCarthy David Levy Hans Berliner None of these Joseph Weizenbaum John McCarthy David Levy ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What among the following constitutes to the incremental formulation of CSP? Goal cost All of the mentioned Path cost Successor function Goal cost All of the mentioned Path cost Successor function ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which of these schools was not among the early leaders in AI research? Dartmouth University Massachusetts Institute of Technology None of these Stanford University Harvard University Dartmouth University Massachusetts Institute of Technology None of these Stanford University Harvard University ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence An algorithm is complete if ____________ It terminates with a solution when one exists It has a loop It does not terminate with a solution It starts with a solution It terminates with a solution when one exists It has a loop It does not terminate with a solution It starts with a solution ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is a heuristic function? A function which takes parameters of type string and returns an integer value A function that maps from problem state descriptions to measures of desirability A function to solve mathematical problems A function whose return type is nothing A function which takes parameters of type string and returns an integer value A function that maps from problem state descriptions to measures of desirability A function to solve mathematical problems A function whose return type is nothing ANSWER DOWNLOAD EXAMIANS APP