Computer Science for IGCSE & O level - Boolean Logic (Section 5 - No. 1)

If A = 1, B = 0, and C = 1. What would be the output for the expression: Y = (A AND B) OR C ?
0
1
A
B

Explanation

(1 AND 0) OR 1 simplifies to (0) OR 1 = 1

Comments (0)

Advertisement