Computer Science for IGCSE & O level - Boolean Logic (Section 8 - No. 2)

Which Boolean expression is true for an OR gate with inputs A and B?
Output = A AND B
Output = A OR B
Output = NOT (A OR B)
Output = NOT (A AND B)

Explanation

The OR gate operation is represented by the expression A OR B.

Comments (0)

Advertisement