Match the LIST-I with LIST-II LIST-I LIST-II A. System Call I. A process…
2026
Match the LIST-I with LIST-II
LIST-I | LIST-II |
A. System Call | I. A process requests a function that is located in a different computer system |
B. Preemption | II. A request that a program makes to the operating system. |
C. Real-time application | III. The forced deallocation of the CPU from a process. |
D. Remote procedure call | IV. A program that responds to activities in an external environment within a maximum time determined by the external system. |
Choose the correct answer from the options given below:
- A.
A-I, B-II, C-III, D-IV
- B.
A-II, B-III, C-IV, D-I
- C.
A-IV, B-III, C-II, D-I
- D.
A-II, B-III, C-I, D-IV
Attempted by 272 students.
Show answer & explanation
Correct answer: B
To solve this matching question, we analyze each term in List-I against the definitions in List-II. A System Call is a request that a program makes to the operating system, which matches II. Preemption refers to the forced deallocation of the CPU from a process, corresponding to III. A Real-time application is designed to respond to activities within a maximum time determined by the external environment, matching IV. Finally, a Remote procedure call involves a process requesting a function located in a different computer system, which is I. Therefore, the correct matching is A-II, B-III, C-IV, D-I.