FUNDAMENTALS OF COMPUTER

USING MICROSOFT WORD

HOW TO USE MAIL MERGE IN MICROSOFT WORD

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
“IF Then” is when a condition is true ____ a function is performed.
A
than
B
then
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -The if-else statement is used to execute both the true part and the false part of a given condition. If the condition is true, the if block code is executed and if the condition is false, the else block code is executed.

Detailed explanation-2: -The IF THEN ELSE function tests a condition, then returns a value based on the result of that condition. The IF THEN ELSE expression can be defined in two ways: IF (boolean condition) THEN (true value) ELSE (false value) ENDIF: The returned result will depend on whether the condition passes or fails.

Detailed explanation-3: -A conditional statement (also called an if-then statement) is a statement with a hypothesis followed by a conclusion. The hypothesis is the first, or “if, ” part of a conditional statement. The conclusion is the second, or “then, ” part of a conditional statement.

Detailed explanation-4: -The IF function is one of the most popular functions in Excel, and it allows you to make logical comparisons between a value and what you expect. So an IF statement can have two results. The first result is if your comparison is True, the second if your comparison is False.

There is 1 question to complete.