Robotics & Artificial Intelligence
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
Computing Evolution
1 Like
Answer
Product of the input values
Reason — An AND gate produces a single output from a number of input signals which is the product of all the input signals. The output is 1 only when all the input signals are 1, otherwise the output is 0.
Answered By
2 Likes
Related Questions
Boolean Algebra was developed by ……………
- Claude Shannon
- George Boole
- Lady Ada
- Blaise Pascal
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
Which of the following relations results in false?
- 1+0=0
- 0.0=0
- 1+1=1
- 1.0=0
Which of the following is a unary operator?
- AND
- OR
- NOT
- NOR