ICT
ARCHITECTURE OF 8085
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
OR
|
|
FALSE
|
|
There is no correct answer
|
|
TRUE
|
Detailed explanation-1: -Conditional logical OR operator || The result of x || y is true if either x or y evaluates to true . Otherwise, the result is false . If x evaluates to true, y isn’t evaluated. The logical OR operator | also computes the logical OR of its operands, but always evaluates both operands.
Detailed explanation-2: -The logical AND ( && ) (logical conjunction) operator for a set of boolean operands will be true if and only if all the operands are true .
Detailed explanation-3: -The logical operators *AND and *OR specify the relationship between operands in a logical expression. The logical operator *NOT is used to negate logical variables or constants. *AND and *OR are the reserved values used to specify the relationship between operands in a logical expression.