Which logical operator is represented by the symbol '∨'?
Which logical operator is represented by the symbol '∨'?
Answer: B. Or — In logic, the symbol '∨' represents the logical operator 'Or'. This operator returns true when at least one of the operands is true. It is distinct from other…
- A.
And
- B.
Or
- C.
Not
- D.
If-then
Attempted by 705 students.
Show answer & explanation
Correct answer: B
In logic, the symbol '∨' represents the logical operator 'Or'. This operator returns true when at least one of the operands is true. It is distinct from other operators: '∧' (And) requires both operands to be true, '¬' (Not) negates a value, and '→' (If-then) represents implication. Understanding these symbols is key to interpreting logical expressions.
Loading lesson…