Computer Science for IGCSE & O level - Boolean Logic (Section 6 - No. 36)

If A = 0, B = 1, and C = 0. What is the output of (A OR B) AND C?
0
1
A
B

Explanation

(A OR B) = 1, then 1 AND C(0) = 0.

Comments (0)

Advertisement