NEW
Font size
WorksheetsQUIZ 1 - Knowledge Representation
Total questions: 10
Worksheet time: 5mins
_________is a record like structure which consists of a collection of attributes and its values to describe an entity in the world.
Semantic Network
Frame
Logical Representation
Production Rules
∀ X cat(X) → hasTail (Y) can be used to represent “All cats have tail”
True
False
Given a predicate logic ;
∀ X infected_by(X, virus) → sick (X)
‘sick’ is a
Variable
Connective
Predicate
Constant
Which of these is a correct predicate logic of the following sentence
“Baby drinks milk”
(∀ X) (baby(X) → drinkMilk(X))
(∀ X) (∀ Y) (baby(X) ^ milk(Y)→ drink(X, Y))
∃x baby(X) milk (Y) →drink (X,Y)
∃x baby(X) milk (Y) ¬drink (X,Y)
Which of these English sentences is a correct translation for the predicate logic :
∀ x mother (x) ^ loves (x, children) →lovely (x )
Some mothers who love children are lovely mother
There are no mother who loves children is a bad mother
There exist a mother who loves children but cruel
All of the above
Given a natural language statement as follow: "Everyone taking AI loves Green Technology"
The predicate logic is :
∀ x taking (x,AI) ^ loves_Green_Technology(x)
True
False
Which of these is a correct predicate logic of the following sentence;
“The girl who lives at room 79 is a Japanese”
i. address(girl, 79) ^ citizenship(girl, Japan)
ii. (∀ X) (∀ Y) (girl(X) ^ address(79)→ citizenship (X, Japan))
iii. (∃X)(girl(X)^address(X, 79)^citizenship(X, Japan))
iv. (∀X)(girl(X)^address(X, 79)^citizenship(X, Japan))
i,iii
ii,iii,iv
i,ii
all of the above
Which of the following statements is FALSE about predicate logic?
The use of quantifiers allow predicate logic to handle infinite domain.
Constant and variable associated with object, while predicate describe relations between objects
→ is the main connective with ∀
→ is the main connective with Ε
Based on the below premises,
∀x(Healthy(x) ∧ Rich(x)) → Happy(x)
Healthy(Anna)
Rich(Anna)
We can infer that Anna is happy by applying:
i. Modus Tolen
ii. And-Introduction
iii. Modus Ponen
iv. Universal Elimination
i,ii
ii,iii,iv
i,iii,iv
ii,iii
What is the goal of refutation resolution in automated reasoning?
To find all models that satisfy the Knowledge Base
To derive a tautology
To derive an empty clause showing the Knowledge Base entails the conclusion
To find a new consistent Knowledge Base
