Mainframe Systems and COBOL Programming

Test your knowledge of mainframe computing concepts including system architecture, job processing, virtual storage, RACF security, and COBOL programming fundamentals.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

An alternate index itself is which cluster type?

  1. a) LDS
  2. b) RRDS
  3. c) ESDS
  4. d) KSDS
Question 2 True/False

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

  1. True
  2. False
Question 3 True/False

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
Question 4 Multiple Choice (Single Answer)

Value claused cannot be coded in the linkage section except

  1. 77 Levels
  2. 88 Levels
  3. 66 Levels
  4. 111 Levels
Question 5 Multiple Choice (Single Answer)

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
Question 6 Multiple Choice (Single Answer)

Mainframes is supporting for

  1. Supporting large systems
  2. Maximization of resource utilization
  3. High Performance
  4. All the above
Question 7 Multiple Choice (Single Answer)

Which is the first Operating System which is used for real time commercial and real time applications?

  1. SciDAV
  2. Mac OS
  3. ABSORF
  4. None of the above
Question 8 Multiple Choice (Single Answer)

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
Question 9 Multiple Choice (Single Answer)

Which one is specifically said for security process?

  1. ISPF/PDF
  2. RACF
  3. JES2/JES3
  4. ACF/VTAM
Question 10 True/False

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

  1. True
  2. False
Question 11 Multiple Choice (Single Answer)

Channel Subsystem controls the data transfer between

  1. Control Unit and Device
  2. Control Unit and Printer
  3. Control Unit and Central Storage
  4. None of the above
Question 12 Multiple Choice (Single Answer)

Which one is not TRUE among the below statements about Virtual Storage

  1. Implemented as a combination of real and auxiliary storage
  2. Code and data size independent of real memory
  3. Processor can not access large stimulated amount of real storage
  4. d.Data size is independent of real memory
Question 13 True/False

Hiperspace data always resides in expanded storage, and must be moved to the address space for manipulation.

  1. True
  2. False
Question 14 Multiple Choice (Single Answer)

Order the stages of Job Processing. a. Input Queue b. Job Entry c. Purge d. output Queue e. Execution f. Printing

  1. b,e,a,d,c,f
  2. a,b,e,d,c,f
  3. b,a,e,f,d,c
  4. b,a,e,d,f,c
Question 15 Multiple Choice (Single Answer)

For selecting a Job from queue a. Is initiator available for this job class b. If more than 1 class for the initiator, then select in order of class c. Is the priority of the job highest in the queue for this job class

  1. a and b are mandatory
  2. b and c are mandatory
  3. a and c are mandatory
  4. a,b and c are mandatory
Question 16 Multiple Choice (Single Answer)

The Spool Manager provides facilities except ______________

  1. Memory management
  2. Selective delete processing
  3. Recovery and restart
  4. Error handling
Question 17 Multiple Choice (Single Answer)

Which is meant as 'Work Horse' of large system?

  1. Application programming interface
  2. Batch user interface
  3. Online user interface
  4. None of the above
Question 18 Multiple Choice (Single Answer)

Cornerstone of storage hierarchy is

  1. Tapes
  2. DASD
  3. CPU Cache
  4. Central storage
Question 19 Multiple Choice (Single Answer)

Who ensures the various Operating Systems in the computer in an impeccable fashion?

  1. Resource Manager
  2. Application Programmer
  3. Architectural Manager
  4. Systems Programmer
Question 20 True/False

All the hardware should be maintained in a specific temperature, to function effectively and correctly.

  1. True
  2. False