Artificial intelligence Which is true regarding BFS (Breadth First Search)? The entire tree so far been generated must be stored in BFS BFS is not guaranteed to find a solution if exists BFS will get trapped exploring a single path BFS is nothing but Binary First Search The entire tree so far been generated must be stored in BFS BFS is not guaranteed to find a solution if exists BFS will get trapped exploring a single path BFS is nothing but Binary First Search ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the addition 3 + 2 is entered as 3 + 2 3 add 2 (+ 3 2) None of these 3 + 2 = 3 + 2 3 add 2 (+ 3 2) None of these 3 + 2 = ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence What is the evaluation function in A* approach? Heuristic function Path cost from start node to current node + Heuristic cost Average of Path cost from start node to current node and Heuristic cost Path cost from start node to current node Heuristic function Path cost from start node to current node + Heuristic cost Average of Path cost from start node to current node and Heuristic cost Path cost from start node to current node ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence The hardware features of LISP machines generally include: letter-quality printers and 8-inch disk drives a mouse and a specialized keyboard large memory and a high-speed processor both (a) and (c) None of these letter-quality printers and 8-inch disk drives a mouse and a specialized keyboard large memory and a high-speed processor both (a) and (c) None of these ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which value is assigned to alpha and beta in the alpha-beta pruning? Both Alpha = max & Beta = min Alpha = max Beta = max Beta = min Both Alpha = max & Beta = min Alpha = max Beta = max Beta = min ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence In LISP, the function returns the first element of a list Is second set car first None of these second set car first None of these ANSWER DOWNLOAD EXAMIANS APP