Computer Science, asked by veerpalkaur36306, 5 months ago

(a) Given three Boolean variables a, b, c as a = True, b = False and c = False.

Evaluate the following Boolean expression.

(i) not a and b

(ii) not (( not b or not a) and c)

(iii) (a and b) or not c​

Answers

Answered by sudharaaga7
2

Answer:

1) not a and

Explanation:

hope it is helpful to you

Similar questions