Scheduling Criteria MCQ Quiz in తెలుగు - Objective Question with Answer for Scheduling Criteria - ముఫ్త్ [PDF] డౌన్లోడ్ కరెన్
Last updated on Mar 23, 2025
పొందండి Scheduling Criteria సమాధానాలు మరియు వివరణాత్మక పరిష్కారాలతో బహుళ ఎంపిక ప్రశ్నలు (MCQ క్విజ్). వీటిని ఉచితంగా డౌన్లోడ్ చేసుకోండి Scheduling Criteria MCQ క్విజ్ Pdf మరియు బ్యాంకింగ్, SSC, రైల్వే, UPSC, స్టేట్ PSC వంటి మీ రాబోయే పరీక్షల కోసం సిద్ధం చేయండి.
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.