1. A natural language interface for the TI Explorer, is similar to ?

Answer. NaturalLink

2. Strong Artificial Intelligence is ?

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 ?

6. Which search method takes less memory ?

a) Depth-First Search
b) Breadth-First search
c) Linear Search
d) Optimal 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

8. What is called an exploration problem ?

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

10. When do we call the states are safely explorable ?

11. In which state spaces does the online-dfs-agent will work ?