Artificial Intelligence Questions & Answers – Online Search Agent

This set of Artificial Intelligence Multiple Choice Questions & Answers (MCQs) focuses on “Online Search Agent”.

1. Which search agent operates by interleaving computation and action?
a) Offline search
b) Online search
c) Breadth-first search
d) Depth-first search
View Answer

Answer: b
Explanation: In online search, it will first take an action and then observes the environment.

2. What is called an exploration problem?
a) State and actions are unknown to the agent
b) State and actions are known to the agent
c) Only actions are known to agent
d) None of the mentioned
View Answer

Answer: a
Explanation: Online search is a necessary idea for an exploration problem where the states and actions are unknown to the agent.

3. 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
View Answer

Answer: d
Explanation: An online search problem can be solved by an agent executing actions, So these functions are necessary.
advertisement
advertisement

4. When do we call the states are safely explorable?
a) A goal state is unreachable from any state
b) A goal state is denied access
c) A goal state is reachable from every state
d) None of the mentioned
View Answer

Answer: c
Explanation: None.

5. In which state spaces does the online-dfs-agent will work?
a) Irreversible state spaces
b) Reversible state spaces
c) Searchable state spaces
d) All of the mentioned
View Answer

Answer: b
Explanation: Online-DFS-Agent will work only state spaces where the actions are reversible.
Note: Join free Sanfoundry classes at Telegram or Youtube

6. Which of the following algorithm is online search algorithm?
a) Breadth-first search algorithm
b) Depth-first search algorithm
c) Hill-climbing search algorithm
d) None of the mentioned
View Answer

Answer: c
Explanation: Hill-climbing search algorithm will have only current state in memory, So it is an online search algorithm.

7. Which search algorithm will use limited amount of memory?
a) RBFS
b) SMA*
c) Hill-climbing search algorithm
d) Both RBFS & SMA*
View Answer

Answer: d
Explanation: RBFE and SMA* will solve any kind of problem that A* can’t by using limited amount of memory.
advertisement

8. What is meant by simulated annealing in artificial intelligence?
a) Returns an optimal solution when there is a proper cooling schedule
b) Returns an optimal solution when there is no proper cooling schedule
c) It will not return an optimal solution when there is a proper cooling schedule
d) None of the mentioned
View Answer

Answer: a
Explanation: None.

9. How the new states are generated in genetic algorithm?
a) Composition
b) Mutation
c) Cross-over
d) Both Mutation & Cross-over
View Answer

Answer: d
Explanation: New states are generated by mutation and by crossover, which combines a pair of states from the population.
advertisement

10. Which method is effective for escaping from local minima?
a) Updating heuristic estimate
b) Reducing heuristic estimate
c) Eliminating heuristic estimate
d) None of the mentioned
View Answer

Answer: a
Explanation: Updating heuristic estimates from experience provides an effective method to escape from local minima.

Sanfoundry Global Education & Learning Series – Artificial Intelligence.

If you find a mistake in question / option / answer, kindly take a screenshot and email to [email protected]

advertisement
advertisement
Subscribe to our Newsletters (Subject-wise). Participate in the Sanfoundry Certification contest to get free Certificate of Merit. Join our social networks below and stay updated with latest contests, videos, internships and jobs!

Youtube | Telegram | LinkedIn | Instagram | Facebook | Twitter | Pinterest
Manish Bhojasia - Founder & CTO at Sanfoundry
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He lives in Bangalore, and focuses on development of Linux Kernel, SAN Technologies, Advanced C, Data Structures & Alogrithms. Stay connected with him at LinkedIn.

Subscribe to his free Masterclasses at Youtube & discussions at Telegram SanfoundryClasses.