Artificial intelligence In LISP, the function assigns . the value of a to b is None of these (b = a) (setq b a ) (set b = a) (setq a b) None of these (b = a) (setq b a ) (set b = a) (setq a b) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The area of AI that investigates methods of facilitating communication between people and computers is: robotics None of these symbolic processing decision support natural language processing robotics None of these symbolic processing decision support natural language processing ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The CAI (Computer-Assisted Instruction) technique based on programmed instruction is: frame-based CAI intelligent CAI generative CAI problem-solving CAI None of these frame-based CAI intelligent CAI generative CAI problem-solving CAI None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function returns the list that results after the first element is removed (the rest f the list), is..........? cons last car cdr cons last car cdr ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function assigns the symbol x to y is (setq y 'x') (setq y x) None of these (set y = 'x') (setq y = 'x') (setq y 'x') (setq y x) None of these (set y = 'x') (setq y = 'x') ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The process of removing detail from a given state representation is called ______ Extraction Abstraction Information Retrieval Mining of data Extraction Abstraction Information Retrieval Mining of data ANSWER DOWNLOAD EXAMIANS APP