Tag: mainframe

Questions Related to mainframe

The passed fields in the calling program must have to have the same names as those used in the subprogram.

  1. True

  2. False


Correct Option: B

CALL "MultiplyNs" USING N1,N2,STR In the above statement, the USING clause must list the passed fields in the sequence that the subprogram requires

  1. True

  2. False


Correct Option: A
  1. 77 Levels

  2. 88 Levels

  3. 66 Levels

  4. 111 Levels


Correct Option: B

USING Clause in the ________ division header lists the fields that must be passed to the subprogram

  1. Data

  2. Linkage

  3. Working-storage

  4. Procedure


Correct Option: D
  1. Supporting large systems

  2. Maximization of resource utilization

  3. High Performance

  4. All the above


Correct Option: D

Which OS failed to catch up the market by having the competitor as Windows 95?

  1. MS-DOS

  2. OS/2

  3. OS/360

  4. None of the above


Correct Option: B

A Multiprocessing task which is said as Loosely Coupled when the processors do not share the memory

  1. True

  2. False


Correct Option: A