Quiz 5 Flashcards

(5 cards)

1
Q

___________________ are statements that are assumed to be true and from which all true statements about natural numbers can be proved.

Predicates
Axioms
Quantifiers
Connectives

A

Axioms

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

T/F
“A or B -> C” is in the form of a Horn Clause.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can you write the fact “A parrot is a bird” in predicate calculus?

parrot(bird).
parrot(x,bird).
bird(parrot).
bird -> parrot

A

bird(parrot).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

T/F
Logic programming is based on lambda calculus.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

a -> d

c -> b

d -> c

Using the statements above, which of the following statement can be derived using inference rules.

d -> a
a -> b
c -> a
b -> d

A

a -> b

How well did you know this?
1
Not at all
2
3
4
5
Perfectly