Artificial Intelligence - Study Mode
[#181] Which of the following is an expansion of Artificial Intelligence application?
Correct Answer
(D) All of the mentioned
[#182] The _______ is a touring problem in which each city must be visited exactly once. The aim is to find the shortest tour.
Correct Answer
(B) Travelling Salesman problem
[#183] What is the heuristic function of greedy best-first search?
Correct Answer
(C) f(n) = h(n)
[#184] A common convention is: • is evaluated first • and are evaluated next • Quantifiers are evaluated next • is evaluated last.
Correct Answer
(A) True
[#185] A completely automated chess engine (Learn from previous games) is based on?
Correct Answer
(A) Strong Artificial Intelligence approach