FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following are Boolean operators?
A
AND, OR and NOT
B
ADD, SUB, MULT and DIV
C
LIKE and WHERE
D
None of the above
Explanation: 

Detailed explanation-1: -Boolean Operators are simple words (AND, OR, NOT or AND NOT) used as conjunctions to combine or exclude keywords in a search, resulting in more focused and productive results.

Detailed explanation-2: -The three basic boolean operators are: AND, OR, and NOT.

Detailed explanation-3: -Answer & Explanation: BUT. But is not in any means a boolean operator. The but cannot be used as a boolean operator because it is not that effective compared to the other operators.

Detailed explanation-4: -With the Boolean OR operator, you can connect two Boolean expressions into one compound expression. At least one subexpressions must be true for the compound expression to be considered true, and it doesn’t matter which. If both subexpressions are false, then the expression is false.

There is 1 question to complete.