INTRODUCTION TO COMPUTERS
COMPUTER SYSTEMS AND COMPONENTS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Logical operations ____
|
involve matching one data item to another to determine if the first item is greater than, equal to, or less than the other item
|
|
include addition, subtraction, multiplication, and division
|
|
sort data items according to standard, predefined criteria in ascending order or descending order
|
|
use conditions with operators such as AND, OR, and NOT
|
Explanation:
Detailed explanation-1: -Logical Conditions-Relational Operators. A logical condition is an expression formed by some variables and some relational, equality and logical operators. This condition will have the value true if height is between 3.4 and 5.6, but it will have tha value false if height is say 7.4 or 2.5 or even 3.4 or 5.6.
Detailed explanation-2: -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.
There is 1 question to complete.