0

mainframe Online Quiz - 26

Description: mainframe Online Quiz - 26
Number of Questions: 20
Created by:
Tags: mainframe
Attempted 0/20 Correct 0 Score 0

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

Condition names are always in Area B

  1. True

  2. False


Correct Option: A

Like all other level numbers, the condition name level number 88 also appears in the working-storage section of the data division.

  1. True

  2. False


Correct Option: A

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

Condition names use level number 88 and appear in the working storage section.

  1. True

  2. False


Correct Option: A

When using Perform Until it is already known how many times the loop will execute

  1. True

  2. False


Correct Option: B

Can same Local data area (LDA) be used by many programs ?

  1. True

  2. False


Correct Option: A

A Subprogram can reference multiple PDAs?

  1. True

  2. False


Correct Option: A

subprograms and helproutines can have GDA

  1. True

  2. False


Correct Option: B

When a map is used to define a screen layout, a one line message area is automatically reserved

  1. True

  2. False


Correct Option: A

When you access an existing record or add a new one, you can obtain the ISN and use it subsequently to re-access the record

  1. True

  2. False


Correct Option: A

PERFORM can executes external & in-line subroutine both

  1. True

  2. False


Correct Option: A

FETCH causes the currently active module and all lower level modules to terminate and control to pass to the “fetched” program.

  1. True

  2. False


Correct Option: A
- Hide questions