Artificial intelligence In LISP, which of the following function assigns the value 10 to the symbol a? None of these None of these (a = b) where b = 10 (a = 10) (d) (setq 10 a) (setq a 10) None of these None of these (a = b) where b = 10 (a = 10) (d) (setq 10 a) (setq a 10) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The Personal Consultant is based on: XCON OPS5+ All of these None of these EMYCIN XCON OPS5+ All of these None of these EMYCIN ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which of the following are examples of software development tools? all of the mentioned Editors assemblers, compilers and interpreters Debuggers all of the mentioned Editors assemblers, compilers and interpreters Debuggers 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) ∃ a philosopher(a) scholar(a) All of the mentioned None of the mentioned ∀ a philosopher(a) scholar(a) ∃ a philosopher(a) scholar(a) All of the mentioned None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence When a top-level function is entered, the LISP processor do(es) All of these It prints the results returned by the function. None of these It evaluates the function and the function's operands It reads the function entered All of these It prints the results returned by the function. None of these It evaluates the function and the function's operands It reads the function entered ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The process of removing detail from a given state representation is called ______ Mining of data Information Retrieval Extraction Abstraction Mining of data Information Retrieval Extraction Abstraction ANSWER DOWNLOAD EXAMIANS APP