Robotics & Artificial Intelligence

OR gate produces '1' if at least one input is '1'.

Computing Evolution

2 Likes

Answer

True

Reason — OR gate produces output '1' when at least one of the inputs is '1', it produces '0' only when both inputs are '0', as shown in the OR gate truth table:

Input XInput YOutput (X + Y)
000
011
101
111

Answered By

1 Like


Related Questions