के मल्टीथ्रेडेड मॉडल में थ्रेड निष्पादन का शेड्यूलिंग __________ का कार्य है।
In the multithreaded model scheduling ofthread execution is a task of ________.
A
Input
B
Output
C
Memory
D
Operating System
Explanation
The correct answer is:
(D) Operating System
In a multithreaded model, the scheduling of thread execution is the responsibility of the Operating System. It manages the allocation of CPU resources to different threads based on priority and scheduling algorithms.
Correct Answer: D) Operating System