Artificial intelligence In LISP, which of the following function assigns the value 10 to the symbol a? (setq a 10) (a = b) where b = 10 None of these None of these (a = 10) (d) (setq 10 a) (setq a 10) (a = b) where b = 10 None of these None of these (a = 10) (d) (setq 10 a) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function assigns . the value of a to b is (setq b a ) (set b = a) (setq a b) (b = a) None of these (setq b a ) (set b = a) (setq a b) (b = a) None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function X (x). (2x+l) would be rendered as (lambda (x) (+1 (* 2x) (lambda (x) (+(*2 x)l)) (+ lambda (x) 1 (*2x)) None of these (* lambda(x) (+2x1) (lambda (x) (+1 (* 2x) (lambda (x) (+(*2 x)l)) (+ lambda (x) 1 (*2x)) None of these (* lambda(x) (+2x1) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Where does the Hidden Markov Model is used? None of the mentioned Both Speech recognition & Understanding of real world Speech recognition Understanding of real world None of the mentioned Both Speech recognition & Understanding of real world Speech recognition Understanding of real world ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which search method will expand the node that is closest to the goal? Greedy best-first search None of the mentioned A* search Best-first search Greedy best-first search None of the mentioned A* search Best-first search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A search algorithm takes _________ as an input and returns ________ as an output. Parameters, sequence of actions Solution, problem Problem, solution Input, output Parameters, sequence of actions Solution, problem Problem, solution Input, output ANSWER DOWNLOAD EXAMIANS APP