Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ITS462 - Propositional logic/calculus

Total questions: 16

Worksheet time: 20mins

Name
Class
Date
1.

State wether the predicate logic is true or false.

Every new beginning comes from some other beginning end.


Predicate: ∀x∃yBeginning(x) ⇒ [Beginning(y) ∧ ComesFrom(x, end(y))]

a)

True

b)

False

2.

No one who runs walks.

a)

∀x (¬run(x) → walk(x))

b)

¬∃x (run (x) → walk (x))

c)

∀x (run(x) → ¬ walk(x))

d)

∃x (¬run(x) ∨ walk(x))

3.

Universe of discourse for the variable x is all students.


C(x): x is taking CSE 260.

M(x): X is a CSE major.


∀x(M(x) ∧ C(x)) in English is

a)

Every student is a CSE major and they all are taking CSE 260

b)

Every CSE student is taking CSE 260

c)

All student who take CSE 260 is a CSE major

d)

None of the above

4.

Translate this to english.


∀x(∀y love (x,y)→ (love(x,x))


Universe of discourse for the variable x is anyone and y is everyone.

love(x,y): Anyone loves everyone

love(x,x): Anyone loves himself

a)

Anyone who loves anyone, loves himself

b)

Anyone who loves everyone, loves himself

c)

Everyone who loves anyone, loves himself

d)

None of the above

5.

Based on the following pair of expression, determine whether the answer is true or false


UNIFY(queen(a), ⌐queen(elizabeth)) = (elizabeth/a)

a)

True

b)

False

6.

Based on the following pair of expression, determine whether the answer is true or false


UNIFY(ancestor(X,father(X)), ancestor(ali,ahmad)) = (ali/x, father(ahmad)/x)

a)

True

b)

False

7.

How many steps involved in refutation?

a)

2 steps

b)

3 steps

c)

8 steps

d)

9 steps

8.

First step of refutation is convert…

a)

A. English to clause form

b)

B. Clause form to english

c)

C. Predicates to clause form

d)

D. Clause form to predicates

9.

How many steps in converting predicates to clause form

a)

9 steps

b)

6 steps

c)

3 steps

d)

2 steps

10.

Choose the correct answer


Statement --> FOPC --> --> Resolution Refutation

a)

English

b)

Predicates

c)

Clause form

d)

Reputation

11.

For the second step in refutation, which is the correct answer?

a)

Convert English to clause form

b)

Negate the predicates

c)

Negate the goal and convert to clause form

d)

Negate the goal

12.

When is the refutation complete?

a)

Contradiction does not occur and no progress can be made.

b)

Contradiction occurs or no progress can be made.

c)

Contradiction occurs and progress can be made.

d)

None of the above

13.

A predicate is a statement that contains variables and that may be true or false depending on the values of these variables

a)

True

b)

False

14.

Define yes/no for this question


"Some birds are angry" is this an existential quantification?

a)

Yes

b)

No

15.

Birds are angry.

On the internet, no one knows who you are.

The square of any real number is nonnegative.


Determine if those statement is a quantification

a)

True

b)

False

16.

John does not love anyone

a)

∃x¬ love(John, x)

b)

¬∃x love(John, x)

c)

¬∀x love(John, x)