UNISYS Mainframe and COBOL Programming

Test your knowledge of UNISYS mainframe file management, storage units, and COBOL programming basics commonly used in enterprise computing environments.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

The COBOL perform loop is the equivalent of which of the following structures found in other languages, such as Java or C++

  1. for loop
  2. do while loop
  3. nested loop
  4. none of the above
Question 2 Multiple Choice (Single Answer)

There are 4 divisions in a cobol program. Which of the following is not one of them?

  1. Identification Division
  2. Linkage Division
  3. Data Division
  4. Procedure Division
Question 3 Multiple Choice (Single Answer)

Which is the correct ASCII collating sequence

  1. spaces, special characters, 0-9, A-Z, a-z.
  2. a-z,A-Z,0-9, special characters,spaces
  3. spaces, 0-9, A-Z, a-z,special characters.
  4. special characters, 0-9, A-Z, a-z,spaces
Question 4 Multiple Choice (Single Answer)

The word COBOL is an acronym for what

  1. COmputer Basic Operating Language
  2. COmmon Business Oriented Language
  3. Common OBservation Official Language
  4. none of the above
Question 5 Multiple Choice (Single Answer)

@CAT,UP TESTTEST.,F//POS/20 , What is the size of file TESTTEST.

  1. 20 tracks
  2. 20 *4 tracks
  3. 20 * 28 tracks
  4. 20 * 64 Tracks
Question 6 Multiple Choice (Single Answer)

What is the maximum size we can assign to a file(If UNISYS is not large file enabled)?

  1. 262,143 Tracks
  2. 99,999 Tracks
  3. 16,777,152 Tracks
  4. 2^20 Tracks
Question 7 Multiple Choice (Single Answer)

If we do not give size to file , what is the default size of a file in UNISYS?

  1. 128 Tracks
  2. 256 Tracks
  3. 1 Track
  4. 1 word
Question 8 Multiple Choice (Single Answer)

@CAT,UP TESTTEST.,///20 , What is the size of file TESTTEST.

  1. 20 tracks
  2. 20 Sector
  3. 20 Words
  4. None of above
Question 9 Multiple Choice (Single Answer)

@COPY,A AND @ASG,A commands signifies:

  1. Coping an already existing symbolic file and asgning an already existing symbolic file
  2. Coping an absolute file and asgning an already existing symbolic file
  3. Coping an already existing symbolic file and asgning an absolute file
  4. Coping an absolute file and asgning an absolute file.
Question 10 Multiple Choice (Single Answer)

What is the maximum size we can assign to a file(If UNISYS is large file enabled)?

  1. 262,143 Tracks
  2. 99,999 Tracks
  3. 16,777,152 Tracks
  4. 2^20 Tracks
Question 11 Multiple Choice (Single Answer)

Select the correct order from largest to smallest .

  1. POS ? Sector ? Track ? Word
  2. POS ? Track ? Sector ? Word
  3. Track ? Sector ? POS ? Word
  4. Sector ? Track ? Word ? POS
Question 12 Multiple Choice (Single Answer)

How many Bytes and Bits a word has in UNISYS(ASCII format)?

  1. 6 Bytes and 54 Bits
  2. 4 Bytes and 36 Bits
  3. 6 Byte and 48 Bits
  4. 4 Bytes and 32 Bits
Question 13 Multiple Choice (Single Answer)

Select the correct order from largest to smallest .

  1. POS > Sector > Track > Word
  2. POS > Track > Sector > Word
  3. Track > Sector > POS > Word
  4. Sector > Track > Word > POS
Question 14 Multiple Choice (Single Answer)

@CAT,UP TESTTEST.,F//POS/20 , What is the size of file TESTTEST.

  1. 20 tracks
  2. 20 *4 tracks
  3. 20 * 28 tracks
  4. 20 * 64 Tracks
Question 15 Multiple Choice (Single Answer)

What is the maximum size we can assign to a file(If UNISYS is not large file enabled)?

  1. 262,143 Tracks
  2. 99,999 Tracks
  3. 16,777,152 Tracks
  4. 2^20 Tracks
Question 16 Multiple Choice (Single Answer)

If we do not give size to file , what is the default size of a file in UNISYS?

  1. 128 Tracks
  2. 256 Tracks
  3. 1 Track
  4. 1 word
Question 17 Multiple Choice (Single Answer)

@CAT,UP TESTTEST.,///20 , What is the size of file TESTTEST.

  1. 20 tracks
  2. 20 Sector
  3. 20 Words
  4. None of above
Question 18 Multiple Choice (Single Answer)

What is the maximum size we can assign to a file(If UNISYS is large file enabled)?

  1. 262,143 Tracks
  2. 99,999 Tracks
  3. 16,777,152 Tracks
  4. 2^20 Tracks
Question 19 Multiple Choice (Single Answer)

How many Bytes and Bits a word has in UNISYS(ASCII format)?

  1. 6 Bytes and 54 Bits
  2. 4 Bytes and 36 Bits
  3. 6 Byte and 48 Bits
  4. 4 Bytes and 32 Bits
Question 20 Multiple Choice (Single Answer)

Where will the load module of a component gets copied during a promotion of the component in dev region?

  1. PCMN.LOAD.BATCH.UNIT01
  2. PCMN.LOAD.BATCH.UNIT81
  3. PCMN.LOAD.BATCH
  4. PCMN.LOAD.BATCH.UNIT02