Tag: mainframe

Questions Related to mainframe

Which of the following is NOT a valid symbol to use in an IF condition

  1. =

  2. =

  3. =>

  4. >


Correct Option: C

When there are several AND or OR connectors, the AND conditions are evaluated first, as they appear in the statement, from left to right. Then the OR conditions are evaluated, also from left to right.

  1. True

  2. False


Correct Option: A

The clause IF A IS NOT POSITIVE is the same as the clause IF A IS NEGATIVE.

  1. True

  2. False


Correct Option: B

An iteration will continue while the condition is false

  1. True

  2. False


Correct Option: B

Parenthesis don’t change the order in precedence.

  1. True

  2. False


Correct Option: B

An in-line perform never ends with an end-perform.

  1. True

  2. False


Correct Option: B