When a top-level function is entered, the LISP processor do(es) It reads the function entered None of these It prints the results returned by the function. All of these It evaluates the function and the function's operands TRUE ANSWER : ? YOUR ANSWER : ?
Which is true regarding BFS (Breadth First Search)? The entire tree so far been generated must be stored in BFS BFS is nothing but Binary First Search BFS is not guaranteed to find a solution if exists BFS will get trapped exploring a single path TRUE ANSWER : ? YOUR ANSWER : ?
LISP machines also are known as: time-sharing terminals super mini computers AI workstations All of these None of these TRUE ANSWER : ? YOUR ANSWER : ?
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? None of these Kaissa DIGDUG CRAY BLITZ Golf TRUE ANSWER : ? YOUR ANSWER : ?
Specify the agent architecture name that is used to capture all kinds of actions. Hybrid Relational Complex None of the mentioned TRUE ANSWER : ? YOUR ANSWER : ?
The Al researcher who co-authored both the Handbook of Artificial Intelligence and The Fifth Generation is: Randy Davis Ed Feigenbaum None of these Bruce Lee Mark Fox TRUE ANSWER : ? YOUR ANSWER : ?
The primary method that people use to sense their environment is: writing speaking seeing None of these reading TRUE ANSWER : ? YOUR ANSWER : ?
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 TRUE ANSWER : ? YOUR ANSWER : ?
One of the leading American robotics centers is the Robotics Institute located at: SRI MIT CMU RAND None of these TRUE ANSWER : ? YOUR ANSWER : ?
Which of the Following problems can be modeled as CSP? All of the mentioned 8-Queen problem Map coloring problem 8-Puzzle problem TRUE ANSWER : ? YOUR ANSWER : ?