Depth-first search always expands the ______ node in the current fringe of the search tree.
A. Shallowest
B. Child node
C. Deepest
D. Minimum cost
Select an option to see the answer and solution.
How the effectiveness of the alpha-beta pruning gets increased?
A. Depends on the nodes
B. Depends on the order in which they are executed
C. All of the mentioned
D. None of the mentioned
Select an option to see the answer and solution.
From where did the new fact inferred on new iteration is derived?
A. Old fact
B. Narrow fact
C. New fact
D. All of the mentioned
Select an option to see the answer and solution.
The total number of logical symbols in AI are ____________
A. There are 3 logical symbols
B. There are 5 logical symbols
C. Number of logical symbols are based on the input
D. Logical symbols are not used
Select an option to see the answer and solution.
In LISP, the function evaluates both and is _____________
Select an option to see the answer and solution.
How many types of image processing techniques are there in image perception?
Select an option to see the answer and solution.
What is state space?
A. The whole problem
B. Your Definition to a problem
C. Problem you design
D. Representing your problem with variable and parameter
Select an option to see the answer and solution.
Which can be converted to inferred equivalent CNF sentence?
A. Every sentence of propositional logic
B. Every sentence of inference
C. Every sentence of first-order logic
D. All of the mentioned
Select an option to see the answer and solution.
Which of the following is an example of artificial intelligent agent/agents?
A. Autonomous Spacecraft
B. Human
C. Robot
D. All of the mentioned
Select an option to see the answer and solution.
Which of the following are the advantage/s of Decision Trees?
A. Possible Scenarios can be added
B. Use a white box model, If given result is provided by a model
C. Worst, best and expected values can be determined for different scenarios
D. All of the mentioned
Select an option to see the answer and solution.
One the main drawback of this type of planning system is that it requires a lot of computational powers at each node.
Select an option to see the answer and solution.
The game of Poker is a single agent.
Select an option to see the answer and solution.
One method of programming a computer to exhibit human intelligence is called modeling or __________
A. simulation
B. cognitization
C. duplication
D. psychic amelioration
Select an option to see the answer and solution.
Which search uses only the linear space for searching?
A. Best-first search
B. Recursive best-first search
C. Depth-first search
D. None of the mentioned
Select an option to see the answer and solution.
MCC is investigating the improvement of the relationship between people and computers through a technology called ___________
A. computer-aided design
B. human factors
C. parallel processing
D. all of the mentioned
Select an option to see the answer and solution.
The name "best-first search" is a venerable but inaccurate one. After all, if we could really expand the best node first, it would not be a search at all; it would be a straight march to the goal. All we can do is choose the node that appears to be best according to the evaluation function.
Select an option to see the answer and solution.
Which search is complete and optimal when h(n) is consistent?
A. Best-first search
B. Depth-first search
C. Both Best-first & Depth-first search
D. A* search
Select an option to see the answer and solution.
The rule of Universal Instantiation (UI for short) says that we can infer any sentence obtained by substituting a ground term (a term without variables) for the variable.
Select an option to see the answer and solution.
Greedy search strategy chooses the node for expansion in ___________
A. Shallowest
B. Deepest
C. The one closest to the goal node
D. Minimum heuristic cost
Select an option to see the answer and solution.
Language/Languages used for programming Constraint Programming includes ____________
Select an option to see the answer and solution.