COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
comparator
|
|
operator
|
|
function
|
|
pseudocode
|
Detailed explanation-1: -Less than, <, is an example of a comparison operator–it compares two variables, asking whether one is less than the other, returning a boolean result–true if the condition is satisfied and false if it is not.
Detailed explanation-2: -A logical operator is used in Excel to compare two values. Logical operators are sometimes called Boolean operators because the result of the comparison in any given case can only be either TRUE or FALSE.
Detailed explanation-3: -Comparison operators are used to compare two values (or variables). This is important in programming, because it helps us to find answers and make decisions. The return value of a comparison is either 1 or 0, which means true (1) or false (0).
Detailed explanation-4: -Comparison operators-operators that compare values and return true or false . The operators include: >, <, >=, <=, ===, and !== .