CS461 Fundamentals and Unguided
Search Exam Questions With 100%
Verified Answers
What is the difference between algorithms and heuristics? -
correct answer ✅Algorithms may require too much time or
storage to be practical; heuristics often get a 'good enough' answer,
and do it quickly
The Turing Test is based on whether a computer system can -
correct answer ✅act humanly enough to fool a human
This school of thought holds that systems should only be
considered intelligent if they follow the same reasoning process as
humans. This is known as -
correct answer ✅strong AI
Natural language processing--for example, determining the
contextual changes in definitions or links between direct and
indirect references: -
correct answer ✅is much more difficult than we might have
originally expected
correct -
correct answer ✅the algorithm can find a valid solution
, CS461 Fundamentals and Unguided
Search Exam Questions With 100%
Verified Answers
complete -
correct answer ✅the algorithm can find every solution
optimal -
correct answer ✅the algorithm can find the 'best' solution
(however 'best' is defined)
optimally efficient -
correct answer ✅the algorithm finds the solution at least as fast
(in big-O form) as any other algorithm
informed -
correct answer ✅the algorithm can guide or direct its search some
way other than blindly generating every possible state
stochastic -
correct answer ✅the transition to the next state depends on a
random element in addition to the agent's action
Search Exam Questions With 100%
Verified Answers
What is the difference between algorithms and heuristics? -
correct answer ✅Algorithms may require too much time or
storage to be practical; heuristics often get a 'good enough' answer,
and do it quickly
The Turing Test is based on whether a computer system can -
correct answer ✅act humanly enough to fool a human
This school of thought holds that systems should only be
considered intelligent if they follow the same reasoning process as
humans. This is known as -
correct answer ✅strong AI
Natural language processing--for example, determining the
contextual changes in definitions or links between direct and
indirect references: -
correct answer ✅is much more difficult than we might have
originally expected
correct -
correct answer ✅the algorithm can find a valid solution
, CS461 Fundamentals and Unguided
Search Exam Questions With 100%
Verified Answers
complete -
correct answer ✅the algorithm can find every solution
optimal -
correct answer ✅the algorithm can find the 'best' solution
(however 'best' is defined)
optimally efficient -
correct answer ✅the algorithm finds the solution at least as fast
(in big-O form) as any other algorithm
informed -
correct answer ✅the algorithm can guide or direct its search some
way other than blindly generating every possible state
stochastic -
correct answer ✅the transition to the next state depends on a
random element in addition to the agent's action