Scheduling Criteria MCQ Quiz in বাংলা - Objective Question with Answer for Scheduling Criteria - বিনামূল্যে ডাউনলোড করুন [PDF]
Last updated on Mar 19, 2025
পাওয়া Scheduling Criteria उत्तरे आणि तपशीलवार उपायांसह एकाधिक निवड प्रश्न (MCQ क्विझ). এই বিনামূল্যে ডাউনলোড করুন Scheduling Criteria MCQ কুইজ পিডিএফ এবং আপনার আসন্ন পরীক্ষার জন্য প্রস্তুত করুন যেমন ব্যাঙ্কিং, এসএসসি, রেলওয়ে, ইউপিএসসি, রাজ্য পিএসসি।
Latest Scheduling Criteria MCQ Objective Questions
Top Scheduling Criteria MCQ Objective Questions
Scheduling Criteria Question 1:
Match the pairs:
A. |
CPU scheduler |
1. |
Process suspension |
B. |
dispatcher |
2. |
Process termination |
C. |
swapper |
3. |
Round Robin |
|
|
4. |
Process switching |
|
|
5. |
Process blocking |
Answer (Detailed Solution Below)
Option 3 : A – 3, B – 4, C – 1
Scheduling Criteria Question 1 Detailed Solution
The dispatcher is the module that gives control of the CPU to the process selected by the short-term scheduler. This function involves the following:
- Switching context
- Switching to user mode
- Jumping to the proper location in the user program to restart that program
Round Robin:
Round Robin is a CPU scheduling algorithm where each process is assigned a fixed time slot in a cyclic way.