Q32.Marks: +2.0UGC NET Paper 2: Computer Science 18th June 2024 Shift 1 (Cancelled)
Match List-I with List-II :
LIST - I
LIST - II
A.
Batch Multiprogramming
I.
allows more efficient use of main memory
B.
Time sharing
II.
user no longer has direct access to the processor
C.
Monitor
III.
Maximize processor use
D.
Reentrant Procedures
IV.
minimize response time
Choose the correct answer from the options given below :
1.A - III, B - II, C - IV, D - I
2.A - III, B - IV, C - II, D - I✓ Correct
3.A - I, B - III, C - IV, D - II
4.A - II, B - I, C - IV, D - III
Solution
The correct answer is A - III, B - IV, C - II, D - I
Key Points
A. Batch Multiprogramming
Batch Multiprogramming is designed to maximize processor use by running multiple jobs simultaneously.
Correct match: III. Maximize processor use
B. Time sharing
Time sharing systems allow multiple users to interact with the system simultaneously, aiming to minimize response time for users.
Correct match: IV. Minimize response time
C. Monitor
A monitor in computing refers to a program or a set of programs used to control the execution of other programs, ensuring that users no longer have direct access to the processor.
Correct match: II. User no longer has direct access to the processor
D. Reentrant Procedures
Reentrant procedures are designed to be safely executed by multiple threads simultaneously, allowing more efficient use of main memory.
Correct match: I. Allows more efficient use of main memory
Therefore, the correct answer is: A - III, B - IV, C - II, D - I