FUNDAMENTALS OF COMPUTER

USING MICROSOFT POWERPOINT

UNDERSTANDING SLIDE ORIENTATION IN POWERPOINT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is a logical operator
A
+
B
Not
C
=
D
None of the above
Explanation: 

Detailed explanation-1: -The logical operator *NOT (or ¬) is used to negate logical variables or constants. Any *NOT operators must be evaluated before the *AND or *OR operators are evaluated. Any values that follow *NOT operators must be evaluated before the logical relationship between the operands is evaluated.

Detailed explanation-2: -Logical operators: ! is a NOT operator. So, ‘&’ is not a Logical operator.

Detailed explanation-3: -Overview. A logical operator is a symbol or word used to connect two or more expressions such that the value of the compound expression produced depends only on that of the original expressions and on the meaning of the operator. Common logical operators include AND, OR, and NOT.

Detailed explanation-4: -Identity operators In Python, is and is not are used to check if two values are located on the same part of the memory. Two variables that are equal does not imply that they are identical.

There is 1 question to complete.