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.
Questions
An alternate index itself is which cluster type?
- a) LDS
- b) RRDS
- c) ESDS
- d) KSDS
The passed fields in the calling program must have to have the same names as those used in the subprogram.
- 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
- True
- False
Value claused cannot be coded in the linkage section except
- 77 Levels
- 88 Levels
- 66 Levels
- 111 Levels
USING Clause in the ________ division header lists the fields that must be passed to the subprogram
- Data
- Linkage
- Working-storage
- Procedure
Mainframes is supporting for
- Supporting large systems
- Maximization of resource utilization
- High Performance
- All the above
Which is the first Operating System which is used for real time commercial and real time applications?
- SciDAV
- Mac OS
- ABSORF
- None of the above
Which OS failed to catch up the market by having the competitor as Windows 95?
- MS-DOS
- OS/2
- OS/360
- None of the above
Which one is specifically said for security process?
- ISPF/PDF
- RACF
- JES2/JES3
- ACF/VTAM
A Multiprocessing task which is said as Loosely Coupled when the processors do not share the memory
- True
- False
Channel Subsystem controls the data transfer between
- Control Unit and Device
- Control Unit and Printer
- Control Unit and Central Storage
- None of the above
Which one is not TRUE among the below statements about Virtual Storage
- Implemented as a combination of real and auxiliary storage
- Code and data size independent of real memory
- Processor can not access large stimulated amount of real storage
- d.Data size is independent of real memory
Hiperspace data always resides in expanded storage, and must be moved to the address space for manipulation.
- True
- False
Order the stages of Job Processing. a. Input Queue b. Job Entry c. Purge d. output Queue e. Execution f. Printing
- b,e,a,d,c,f
- a,b,e,d,c,f
- b,a,e,f,d,c
- b,a,e,d,f,c
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
- a and b are mandatory
- b and c are mandatory
- a and c are mandatory
- a,b and c are mandatory
The Spool Manager provides facilities except ______________
- Memory management
- Selective delete processing
- Recovery and restart
- Error handling
Which is meant as 'Work Horse' of large system?
- Application programming interface
- Batch user interface
- Online user interface
- None of the above
Cornerstone of storage hierarchy is
- Tapes
- DASD
- CPU Cache
- Central storage
Who ensures the various Operating Systems in the computer in an impeccable fashion?
- Resource Manager
- Application Programmer
- Architectural Manager
- Systems Programmer
All the hardware should be maintained in a specific temperature, to function effectively and correctly.
- True
- False