1) Which of the following agents is the best in terms of AI?
- An agent which needs user inputs for solving any problem
- An agent which can solve any problem on its own without any human intervention
- An agent which needs an exemplary similar problem defined in its knowledge base prior to the actual problem
- All of the above
Correct answer: 2
An agent which can solve any problem on its own without any human intervention
The main aim of AI is to develop a system that can solve problems on its own without any human commands or inputs. If such a system is developed, then it will be the best kind of AI system.
2) Consider the following steps:
- Gathering knowledge
- Defining problem
- Applying solution
- Planning
- Forming the state space
What is the correct order for solving an AI problem?
- i. v. ii. iv. iii.
- i. ii. iii. iv. v.
- ii. i. v. iv. iii.
- None of the above
Correct answer: 3
ii. i. v. iv. iii.
The correct order for defining a problem is:
ii. Defining problem
i. Gathering knowledge
v. Forming the state space
iv. Planning
iii. Applying solution
3) Which of the mentioned options are a part of 'planning' while solving a problem by an AI agent?
- Deciding which data Structure to choose
- Forming the control strategy
- Inferring for similar problems in the knowledge base
- All of the above
Correct answer: 4
All of the above
All the mentioned options are a part of 'planning' while solving a problem by an AI agent. Planning includes tasks like deciding the data structure, Forming control strategy, and looking for solutions in the knowledge base, deciding the necessary moves to perform, etc.
4) Consider the following statement,
"After all the gathering of knowledge and planning the strategies, the knowledge should be applied and the plans should be executed systematically to reach the goal state most efficiently and fruitfully."
What does the above definition refer to?
- Knowledge gathering strategy
- Final step of solving the AI problem, which is applying the strategies
- State space deciding
- None of the above
Correct answer: 2
Final step of solving the AI problem, which is applying the strategies
The given definition is of the final step of solving a problem in AI problem solving, which is applying the strategies.
5) Consider the following statement,
"Gathering knowledge is to collect and isolate only that knowledge which is present in the Knowledgebase of the agent"
State whether the above condition is true or false?
- True
- False
Correct answer: 2
False
Gathering knowledge means collecting knowledge both from perceiving the environment, form knowledgebase and in every way possible.