wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

[AP CSP] Truth Tables and Boolean Expressions

Total questions: 13

Worksheet time: 15mins

Name
Class
Date
1.

What type of logic operator is this table showing:

a)

AND

b)

OR

c)

NOT

d)

NOR

2.

What type of logic operator is this table showing:

a)

AND

b)

OR

c)

NOR

d)

XOR

3.

What type of logic operator is this table showing:

a)

AND

b)

OR

c)

NOT

d)

XOR

4.

Use the logic condition to find the value of X:


A or (B and C)

a)

True

b)

False

5.

Use the logic condition to find the value of Y:


A or (B or C)

a)

True

b)

False

6.

Use the logic condition to find the value of X:


A Λ (B || C)

a)

True

b)

False

7.

Use the logic condition to find the value of W:


A & ~(B | C)

a)

True

b)

False

8.

Use the logic condition to find the value of Z:


¬A ⊕ (C | B)

a)

True

b)

False

9.

Use the logic condition to find the value of Y:


(A ⊕ B) | C

a)

True

b)

False

10.

Use the logic condition to find the value of Z:


(A & ¬B) ⊕ ¬C

a)

True

b)

False

11.

Given the Boolean Algebraic Expression:

¬A ⊕ (B V C)

A = 1, B = 0, C = 1

What is the Boolean Output?

a)

1

b)

0

12.

Given the Boolean Algebraic Expression:

(¬A|B) Λ ¬(C ⊕ D)

A = 1, B = 1, C = 0, D= 0

What is the Boolean Output?

a)

1

b)

0

13.

Given the Boolean Algebraic Expression:

(¬A Λ B) || (C ⊕ D)

A = 1, B = 1, C = 0, D= 0

What is the Boolean Output?

a)

1

b)

0