Artificial Intelligence (2180703) MCQs

MCQs of Representing Knowledge Using Rules

Showing 21 to 28 out of 28 Questions
21.
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:

Option (a)

22.
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:

Option (a)

23.
"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:

Option (d)

24.
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:

Option (c)

25.
For resolution to apply, all sentences must be in conjunctive normal form, a conjunction of disjunctions of literals.
(a) TRUE
(b) FALSE
Answer:

Option (a)

26.
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:

Option (a)

27.
"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:

Option (a)

28.
A representation in which the control information necessary to use the knowledge is embedded in the knowledge itself
(a) Procedural Knowledge
(b) Declarative Knowledge
(c) Symbolic Knowledge
(d) All of the mentioned
Answer:

Option (a)

Showing 21 to 28 out of 28 Questions