Robotics & Artificial Intelligence
Which of the following is a unary operator?
- AND
- OR
- NOT
- NOR
Computing Evolution
2 Likes
Answer
NOT
Reason — NOT is a unary operator because it operates on only one input signal. It inverts the value of its operand — if the operand is True, it returns False and vice-versa. Hence, the NOT gate is also called the unary gate.
Answered By
1 Like
Related Questions
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 relations results in false?
- 1+0=0
- 0.0=0
- 1+1=1
- 1.0=0
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
Which of the following is not a logical operator?
- Logical AND
- Logical OR
- Logical NOT
- Logical IF