__________ is a positional parameter that (if present) is always the first parameter on an OS/JCL JOB statement.

a. Accounting information
b. The programmer name
c. The CLASS parameter
d. none of the above


a. Accounting information

Computer Science & Information Technology

You might also like to view...

What is the value of sum after execution of this code fragment?

``` sum = 0; for (int i = 0; i < 3; ++i) sum += m[i][2-i]; ``` a. 20 b. 30 c. 15 d 39

Computer Science & Information Technology

Which of the following defines a unique_ptr named uniq that points to a dynamically allocated int?

a. ``` unique_ptr int( new int ); ``` b. ``` unique_ptr int( new uniq ); ``` c. ``` unique_ptr uniq( new int ); ``` d. ``` unique_ptr uniq( new int ); ``` e. None of these

Computer Science & Information Technology

____ is an English-like representation of the logical steps it takes to solve a problem.

A. Algorithm B. Pseudocode C. Code D. Syntax

Computer Science & Information Technology

Which of the following involves the study and understanding of the operational details of the other company in a merger?

A. due care period B. due diligence period C. gap analysis D. dephi technique

Computer Science & Information Technology