250+ TOP MCQs on Inference in First-Order Logic and Answers

Artificial Intelligence Assessment Questions and Answers on “Inference in First-Order Logic”.

1. The rule of Universal Instantiation (UI for short) says that we can infer any sentence obtained by substituting a ground term (a term without variables) for the variable.
a) True
b) False
Answer: a
Clarification: Rule of universal instantiation.

2. The corresponding Existential Instantiation rule: for the existential quantifier is slightly more complicated. For any sentence a, variable v, and constant symbol k that does not appear elsewhere in the knowledge base.
a) True
b) False
Answer: a
Clarification: Rule of existential instantiation.

3. What among the following could the universal instantiation of ___________
For all x King(x) ^ Greedy(x) => Evil(x)
a) King(John) ^ Greedy(John) => Evil(John)
b) King(y) ^ Greedy(y) => Evil(y)
c) King(Richard) ^ Greedy(Richard) => Evil(Richard)
d) All of the mentioned
Answer: d
Clarification: Refer the definition if universal instantiation.

4. Lifted inference rules require finding substitutions that make different logical expressions looks identical.
a) Existential Instantiation
b) Universal Instantiation
c) Unification
d) Modus Ponen
Answer: c
Clarification: None.

5. Which of the following is not the style of inference?
a) Forward Chaining
b) Backward Chaining
c) Resolution Refutation
d) Modus Ponen
Answer: d
Clarification: Modus ponen is a rule for an inference.

6. In order to utilize generalized Modus Ponens, all sentences in the KB must be in the form of Horn sentences.
a) True
b) False
Answer: a
Clarification: None.

7. For resolution to apply, all sentences must be in conjunctive normal form, a conjunction of disjunctions of literals.
a) True
b) False
Answer: a
Clarification: None.

8. What are the two basic types of inferences?
a) Reduction to propositional logic, Manipulate rules directly
b) Reduction to propositional logic, Apply modus ponen
c) Apply modus ponen, Manipulate rules directly
d) Convert every rule to Horn Clause, Reduction to propositional logic
Answer: a
Clarification: None.

9. Which among the following could the Existential instantiation of ∃x Crown(x) ^ OnHead(x, Johnny)?
a) Crown(John) ^ OnHead(John, Jonny)
b) Crown(y) ^ OnHead(y, y, x)
c) Crown(x) ^ OnHead(x, Jonny)
d) None of the mentioned
Answer: a
Clarification: None.

10. Translate the following statement into FOL.
“For every a, if a is a PhD student, then a has a master degree”
a) ∀ a PhD(a) -> Master(a)
b) ∃ a PhD(a) -> Master(a)
c) A is true, B is true
d) A is false, B is false
Answer: a
Clarification: None.

Global Education & Learning Series – Artificial Intelligence.

Leave a Reply

Your email address will not be published. Required fields are marked *