Robotics & Artificial Intelligence

Which of the following relations results in false?

  1. 1+0=0
  2. 0.0=0
  3. 1+1=1
  4. 1.0=0

Computing Evolution

2 Likes

Answer

1+0=0

Reason — In Boolean algebra, '+' represents OR operation. According to the OR truth table, if at least one operand is 1, the output becomes 1. Therefore, 1 + 0 = 1, not 0. Hence, 1 + 0 = 0 is false.

Answered By

3 Likes


Related Questions