Which of the following is a Boolean operator ?
2023
Which of the following is a Boolean operator ?
- A.
OR
- B.
Add
- C.
Subtract
- D.
Multiply
Attempted by 408 students.
Show answer & explanation
Correct answer: A
The correct answer is Option A: OR. In computer science, Boolean operators are used to perform logical operations on binary values (true/false, 1/0). The basic Boolean operators are AND, OR, and NOT. Conversely, Add, Subtract, and Multiply are arithmetic operators used for numerical calculations.
Loading lesson…