Artificial intelligence What is the evaluation function in A* approach? Path cost from start node to current node + Heuristic cost Heuristic function Average of Path cost from start node to current node and Heuristic cost Path cost from start node to current node Path cost from start node to current node + Heuristic cost Heuristic function 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 Translate the following statement into FOL. “For every a, if a is a philosopher, then a is a scholar” ∃ 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 ∀ a philosopher(a) scholar(a) ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence A robot's "arm" is also known as its: servomechanism manipulator actuator None of these end effector servomechanism manipulator actuator None of these end effector ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Best-First search can be implemented using the following data structure Stack Circular Queue Priority Queue Queue Stack Circular Queue Priority Queue Queue ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Web Crawler is a/an ____________ Simple reflex agent Model based agent Problem-solving agent Intelligent goal-based agent Simple reflex agent Model based agent Problem-solving agent Intelligent goal-based agent ANSWER DOWNLOAD EXAMIANS APP
Artificial intelligence Which is the most straightforward approach for planning algorithm? Depth-first search Best-first search Hill-climbing search State-space search Depth-first search Best-first search Hill-climbing search State-space search ANSWER DOWNLOAD EXAMIANS APP