Artificial intelligence In LISP, the function assigns the symbol x to y is (setq y x) (setq y 'x') (set y = 'x') None of these (setq y = 'x') (setq y x) (setq y 'x') (set y = 'x') None of these (setq y = 'x') ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The first widely-used commercial form of Artificial Intelligence (Al) is being used in many popular products like microwave ovens, automobiles and plug in circuit boards for desktop PCs. It allows machines to handle vague information with a deftness that mimics human intuition. What is the name of this AI? Functional logic Fuzzy logic None of these Human logic Boolean logic Functional logic Fuzzy logic None of these Human logic Boolean logic ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Programming a robot by physically moving it through the trajectory you want it to follow is called: contact sensing control pick-and-place control robot vision control None of these continuous-path control contact sensing control pick-and-place control robot vision control None of these continuous-path control ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence When a top-level function is entered, the LISP processor do(es) It evaluates the function and the function's operands It reads the function entered It prints the results returned by the function. None of these All of these It evaluates the function and the function's operands It reads the function entered It prints the results returned by the function. None of these All of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In 1985, the famous chess player David Levy beat a world champion chess program in four straight games by using orthodox moves that confused the program. What was the name of the chess program? DIGDUG CRAY BLITZ None of these Golf Kaissa DIGDUG CRAY BLITZ None of these Golf Kaissa ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is a heuristic function? A function that maps from problem state descriptions to measures of desirability A function which takes parameters of type string and returns an integer value A function to solve mathematical problems A function whose return type is nothing A function that maps from problem state descriptions to measures of desirability A function which takes parameters of type string and returns an integer value A function to solve mathematical problems A function whose return type is nothing ANSWER DOWNLOAD EXAMIANS APP