Which inverts a complete resolution strategy?
A. Inverse resolution
B. Resolution
C. Trilogy
D. None of the mentioned
Select an option to see the answer and solution.
Graphic interfaces were first used in a Xerox product called __________
A. InterLISP
B. Ethernet
C. Smalltalk
D. ZetaLISP
Select an option to see the answer and solution.
Which of the following is an expansion of Artificial Intelligence application?
A. Game Playing
B. Planning and Scheduling
C. Diagnosis
D. All of the mentioned
Select an option to see the answer and solution.
The _______ is a touring problem in which each city must be visited exactly once. The aim is to find the shortest tour.
A. Finding shortest path between a source and a destination
B. Travelling Salesman problem
C. Map coloring problem
D. Depth first search traversal on a given map represented as a graph
Select an option to see the answer and solution.
What is the heuristic function of greedy best-first search?
A. f(n) != h(n)
B. f(n) < h(n)
C. f(n) = h(n)
D. f(n) > h(n)
Select an option to see the answer and solution.
A common convention is:
• is evaluated first
• and are evaluated next
• Quantifiers are evaluated next
• is evaluated last.
Select an option to see the answer and solution.
A completely automated chess engine (Learn from previous games) is based on?
A. Strong Artificial Intelligence approach
B. Weak Artificial Intelligence approach
C. Cognitive Artificial Intelligence approach
D. Applied Artificial Intelligence approach
Select an option to see the answer and solution.
The corresponding Existential Instantiation rule: for the existential quantifier is slightly more complicated. For any sentence a, variable v, and constant symbol k that does not appear elsewhere in the knowledge base.
Select an option to see the answer and solution.
A problem in a search space is defined by one of these state.
A. Initial state
B. Last state
C. Intermediate state
D. All of the mentioned
Select an option to see the answer and solution.
There exists two way to infer using semantic networks in which knowledge is represented as Frames. 1) Intersection Search 2) Inheritance Search
Select an option to see the answer and solution.
Semantic grammars are _____________
A. Encode semantic information into a syntactic grammar
B. Decode semantic information into a syntactic grammar
C. Encode syntactic information into a semantic grammar
D. Decode syntactic information into a semantic grammar
Select an option to see the answer and solution.
Most semantic networks are not cognitive based.
Select an option to see the answer and solution.
Uninformed search strategies are better than informed search strategies.
Select an option to see the answer and solution.
What is meant by compositional semantics?
A. Determining the meaning
B. Logical connectives
C. Semantics
D. None of the mentioned
Select an option to see the answer and solution.
Which is not a desirable property of a logical rule-based system?
A. Locality
B. Attachment
C. Detachment
D. Truth-Functionality
Select an option to see the answer and solution.
In language understanding, the levels of knowledge that does not include?
A. Phonological
B. Syntactic
C. Empirical
D. Logical
Select an option to see the answer and solution.
General games involves ____________
A. Single-agent
B. Multi-agent
C. Neither Single-agent nor Multi-agent
D. Only Single-agent and Multi-agent
Select an option to see the answer and solution.
What kind of interpretation is done by adding context-dependant information?
A. Semantic
B. Syntactic
C. Pragmatic
D. None of the mentioned
Select an option to see the answer and solution.
Which of the following algorithm is online search algorithm?
A. Breadth-first search algorithm
B. Depth-first search algorithm
C. Hill-climbing search algorithm
D. None of the mentioned
Select an option to see the answer and solution.
What are the two major aspects which combines AI Planning problem?
A. Search & Logic
B. Logic & Knowledge Based Systems
C. FOL & Logic
D. Knowledge Based Systems
Select an option to see the answer and solution.