You are on page 1of 1

Logic Operators:

Please evaluate the following statements:

C & A & ~ ( C & ~ ( A & D V B ) & ( C V D ) V ~ ( C V B ))

( (C & D) V (B & A)) V (C & (B V A & D & B ))

(B & C) V ((D & C) V (A & C)) V (C & A V D )

~ (D & B) V (C & D & B) & ~ (D & B V A)

B & (C V D) V ((C & B) V (C V D) & (C V A ))

Where

& - logical and

V – logical or

~ - logical not

For the following values for A, B, C and D

A = True

B = False

C = True

D = False

You might also like