Artificial intelligence In LISP, which of the following function assigns the value 10 to the symbol a? None of these None of these (setq a 10) (a = b) where b = 10 (a = 10) (d) (setq 10 a) None of these None of these (setq a 10) (a = b) where b = 10 (a = 10) (d) (setq 10 a) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Special programs that assist programmers are called: symbolic programmers heuristic processors None of these intelligent programming tools program recognizers symbolic programmers heuristic processors None of these intelligent programming tools program recognizers ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Different learning methods does not include? Introduction Deduction Analogy Memorization Introduction Deduction Analogy Memorization ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which of the following have computers traditionally done better than people? computing numerically storing information responding flexibly both (a) and (c) None of these computing numerically storing information responding flexibly both (a) and (c) None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which of the following algorithm is online search algorithm? None of the mentioned Breadth-first search algorithm Hill-climbing search algorithm Depth-first search algorithm None of the mentioned Breadth-first search algorithm Hill-climbing search algorithm Depth-first search algorithm ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Translate the following statement into FOL. “For every a, if a is a philosopher, then a is a scholar” ∀ a philosopher(a) scholar(a) All of the mentioned ∃ a philosopher(a) scholar(a) None of the mentioned ∀ a philosopher(a) scholar(a) All of the mentioned ∃ a philosopher(a) scholar(a) None of the mentioned ANSWER DOWNLOAD EXAMIANS APP