77-885 · Question #129
Which of the following operators creates multiple conditions in expressions and always returns True, False, or Null?
The correct answer is B. Boolean operator. A Boolean operator creates multiple conditions in expressions. It is also referred to as a logical operator. The Boolean operator always returns True, False, or Null. Some Boolean operators are And (Logical And) Or (Inclusive Or) Not (Logical Not) Answer: D is incorrect. An…
Question
Options
- AString operator
- BBoolean operator
- CComparison operator
- DArithmetic operator
How the community answered
(19 responses)- A5% (1)
- B74% (14)
- C5% (1)
- D16% (3)
Explanation
A Boolean operator creates multiple conditions in expressions. It is also referred to as a logical operator. The Boolean operator always returns True, False, or Null. Some Boolean operators are And (Logical And) Or (Inclusive Or) Not (Logical Not) Answer: D is incorrect. An arithmetic operator performs numeric calculations. Answer: A is incorrect. A string operator works with the string datatype. Answer: C is incorrect. A comparison operator compares two values or expressions in an
Topics
Community Discussion
No community discussion yet for this question.