Artificial intelligence In LISP, the function assigns . the value of a to b is (b = a) (setq a b) (set b = a) None of these (setq b a ) (b = a) (setq a b) (set b = a) None of these (setq b a ) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function returns t if is even and nil otherwise: (numeven ) (even ) (evenp ) None of these (numnevenp ) (numeven ) (even ) (evenp ) None of these (numnevenp ) 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? None of these David Levy John McCarthy Hans Berliner Joseph Weizenbaum None of these David Levy John McCarthy Hans Berliner Joseph Weizenbaum ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which of the following could be the approaches to Artificial Intelligence? Weak Artificial Intelligence Applied Artificial Intelligence All of the mentioned Strong Artificial Intelligence Weak Artificial Intelligence Applied Artificial Intelligence All of the mentioned Strong Artificial Intelligence ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which of the Following problems can be modeled as CSP? 8-Queen problem All of the mentioned Map coloring problem 8-Puzzle problem 8-Queen problem All of the mentioned Map coloring problem 8-Puzzle problem ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Best-First search can be implemented using the following data structure Circular Queue Queue Stack Priority Queue Circular Queue Queue Stack Priority Queue ANSWER DOWNLOAD EXAMIANS APP