Artificial intelligence How the new states are generated in genetic algorithm? Cross-over Composition Both Mutation & Cross-over Mutation Cross-over Composition Both Mutation & Cross-over Mutation 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..........? cdr car last cons cdr car last cons ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence How many ALU(s) is/are control by one control unit is SIMD (single instruction stream, multiple data stream) architecture? Only two ALU None of these Impossible to say one or more ALUs One ALU Only two ALU None of these Impossible to say one or more ALUs One ALU ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is the evaluation function in A* approach? Path cost from start node to current node Average of Path cost from start node to current node and Heuristic cost Heuristic function Path cost from start node to current node + Heuristic cost Path cost from start node to current node Average of Path cost from start node to current node and Heuristic cost Heuristic function Path cost from start node to current node + Heuristic cost ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is a heuristic function? A function which takes parameters of type string and returns an integer value A function that maps from problem state descriptions to measures of desirability A function whose return type is nothing A function to solve mathematical problems A function which takes parameters of type string and returns an integer value A function that maps from problem state descriptions to measures of desirability A function whose return type is nothing A function to solve mathematical problems 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) None of the mentioned ∀ a philosopher(a) scholar(a) All of the mentioned ∃ a philosopher(a) scholar(a) None of the mentioned ∀ a philosopher(a) scholar(a) All of the mentioned ANSWER DOWNLOAD EXAMIANS APP