Artificial intelligence In LISP, the addition 3 + 2 is entered as 3 + 2 None of these 3 add 2 3 + 2 = (+ 3 2) 3 + 2 None of these 3 add 2 3 + 2 = (+ 3 2) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function (list-length ) returns t if is empty. returns a new list that is equal to by copying the top-level element of None of these All of these returns the length of returns t if is empty. returns a new list that is equal to by copying the top-level element of None of these All of these returns the length of ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence An expert system differs from a database program in that only an expert system: contains declarative knowledge expects users to draw their own conclusions features the retrieval of stored information None of these contains procedural knowledge contains declarative knowledge expects users to draw their own conclusions features the retrieval of stored information None of these contains procedural knowledge ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Who is considered to be the "father" of artificial intelligence? Allen Newell John McCarthy None of these Fisher Ada Alan Turning Allen Newell John McCarthy None of these Fisher Ada Alan Turning ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Elementary linguistic units which are smaller than words are: All of these None of these phonemes allophones syllables All of these None of these phonemes allophones syllables ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, which of the following function assigns the value 10 to the symbol a? None of these (a = 10) (d) (setq 10 a) None of these (setq a 10) (a = b) where b = 10 None of these (a = 10) (d) (setq 10 a) None of these (setq a 10) (a = b) where b = 10 ANSWER DOWNLOAD EXAMIANS APP