QuizAnswer
Home
Contact
Say hello -
quizanswers.mail@gmail.com
Prev
Next
1. A natural language interface for the TI Explorer, is similar to ?
Answer.
NaturalLink
2. Strong Artificial Intelligence is ?
Answer.
The embodiment of human intellectual capabilities within a computer
3. The traditional way to exit and LISP system is to enter ?
Answer.
exit
4. In which situations might a blind search be acceptable ?
<
Answer.
small search space
5. What is Artificial intelligence ?
<
Answer.
Making a Machine intelligent
6. Which search method takes less memory ?
a) Depth-First Search
b) Breadth-First search
c) Linear Search
d) Optimal search
Answer.
Depth-First Search
7. Which search agent operates by interleaving computation and action ?
a) Offline search
b) Online search
c) Breadth-first search
d) Depth-first search
Answer.
Online search
8. What is called an exploration problem ?
Answer.
State and actions are unknown to the agent
9. Which are necessary for an agent to solve an online search problem ?
a) Actions
b) Step-cost function
c) Goal-test
d) All of the mentioned
Answer.
• Actions
• Step-cost function
• Goal-test
10. When do we call the states are safely explorable ?
Answer.
A goal state is reachable from every state
11. In which state spaces does the online-dfs-agent will work ?
Answer.
Reversible state spaces