Solveeit Logo

Question

Question: The following truth table corresponds to the logic gate A 0 0 1 1 B 0 1 0 1 X 0 1 1 1...

The following truth table corresponds to the logic gate

A 0 0 1 1

B 0 1 0 1

X 0 1 1 1

A

NAND

B

OR

C

AND

D

XOR

Answer

OR

Explanation

Solution

For ‘OR’ gate X=A+BX = A + B

i.e. 0+0=00 + 0 = 0, 0+1=10 + 1 = 1, 1+0=11 + 0 = 1, 1+1=11 + 1 = 1