Scheduling Criteria MCQ Quiz in मल्याळम - Objective Question with Answer for Scheduling Criteria - സൗജന്യ PDF ഡൗൺലോഡ് ചെയ്യുക
Last updated on Mar 17, 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.