1) Why do we want to implement the concept of Logic in an AI system?
- So that the agent can have decision making capability
- So that the agent can think and act humanly
- So that the agent can apply the logic for finding the solution to any particular problem
- All of the above
Correct answer: 4
All of the above
All the mentioned points are the valid reason behind- "Why we want to implement logic in an AI system?"
2) In AI systems, Logic can be represented in two types. What are these two types?
- Inductive Logic
- Common Logic
- Deductive Logic
- Machine Logic
Options:
- i. and ii.
- i. and iii.
- ii. and iii.
- iii. and iv.
Correct answer: 2
i. and iii.
In artificial intelligence, we deal with two types of logics: Deductive and Inductive.
4) Consider the following statement:
"While taking any decision, the agent must provide specific reasons based on which the decision was taken. And this reasoning can be done by the agent only if the agent has the capability of understanding the logic."
Among which of the following situations will the agent use and apply logic for solving the problem?
- To solve real life problems
- To play a game against a human in the same way as a human would do
- To understand the environment variables
- All of the above
Correct answer: 4
All of the above
In all the mentioned situations, the agent will have to apply logic to solve the problem humanly.
5) In AI, the Logic is classified into two types: deductive and inductive. Which of the following approaches is followed up by the Inductive logic?
- Top-down approach
- Bottom-up approach
- No specific approach
- According to precedence
Correct answer: 2
Bottom-up approach
In Inductive logic, the reasoning is done through a ‘bottom-up’ approach. What this means is that the agent here takes specific information and them generalizes it for the sake of complete understanding.