Logic Gates - Technical MCQs

Q1:

An OR gate output is HIGH only if all the inputs are HIGH.

A True

B False

ANS:B - False

For OR gate Truth table is:

0 0 0
0 1 1
1 0 1
1 1 1