Artificial intelligence In LISP, the addition 3 + 2 is entered as 3 add 2 None of these 3 + 2 = (+ 3 2) 3 + 2 3 add 2 None of these 3 + 2 = (+ 3 2) 3 + 2 ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence To invoke the LISP system, you must enter AI both b and c LISP None of these CL (Common Lisp) AI both b and c LISP None of these CL (Common Lisp) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Ambiguity may be caused by: None of these unclear antecedents All of these syntactic ambiguity multiple word meanings None of these unclear antecedents All of these syntactic ambiguity multiple word meanings ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which approach to speech recognition avoids the problem caused by the differences in the way words are pronounced according to context? isolated word recognition connected word recognition continuous speech recognition None of these speaker-dependent recognition isolated word recognition connected word recognition continuous speech recognition None of these speaker-dependent recognition ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Decision support programs are designed to help managers make: None of these business decisions budget projections vacation schedules visual presentations None of these business decisions budget projections vacation schedules visual presentations ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, which of the following function assigns the value 10 to the symbol a? None of these (setq a 10) (a = 10) (d) (setq 10 a) None of these (a = b) where b = 10 None of these (setq a 10) (a = 10) (d) (setq 10 a) None of these (a = b) where b = 10 ANSWER DOWNLOAD EXAMIANS APP