Robotics & Artificial Intelligence

In AND gate, if one input is '1', then what would be the value of other input to get '1' as the output?

  1. 0
  2. 1
  3. Any
  4. None of these

Computing Evolution

2 Likes

Answer

1

Reason — An AND gate produces output '1' only when both inputs are '1'. Therefore, if one input is already '1', the other input must also be '1' to get output '1'.

Answered By

3 Likes


Related Questions