Robotics & Artificial Intelligence
Which of the following relations results in false?
- 1+0=0
- 0.0=0
- 1+1=1
- 1.0=0
Computing Evolution
1 Like
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
A variable that contains a value in terms of 0's and 1's is said to be:
- Boolean variable
- Logical variable
- Integer variable
- Numeric variable
An AND logic gate produces the output in terms of ……………
- Product of the input values
- Sum of the input values
- Product of complement of the input values
- Sum of complement of the input values
Which of the following is a unary operator?
- AND
- OR
- NOT
- NOR
The tabular structure which shows the input values used in a logical process and the output received is called a ……………
- truth table
- symbol table
- design table
- logic table