answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What should be the effect of size of the time quantum in round robin CPU scheduling?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Difference between round robin scheduling and Weighted round robin scheduling?

One is weighted, the other is not. Simple as.


What kind of data structure is required to implement the round robin scheduling policy?

The circular queue data structure is required to implement the round robin scheduling policy. Round robin is similar to FCFS scheduling.


What CPU scheduling algorithm is used Windows NT?

Windows XP uses a quantum-based, preemptive priority scheduling algorithm


Round robin scheduling program in java?

Round robin is the scheduling algorithm that is utilized by the CPU, or central processing unit, during the execution of the process. It is specifically designed for time sharing systems.


Which preemptive version is round robin scheduling?

FIFO (first in first out)


Which type of scheduling technique being used in windows 7?

Windows 7 uses a round-robin technique scheduling technique.


What is virtual round robin CPU scheduling?

A variant of round robin scheduling is called selfish round robin scheduling. In selfish round robin, there is a maximum limit on the number of processes that can be placed in the round-robin queue (including the process being executed by the CPU). After that maximum is reached, newly entering processes are placed on a holding queue. Processes in the holding queue do not get any time slice of the CPU. When a process in the round-robin queue completes and leaves the system, the oldest process in the holding queue is allowed to enter the round-robin queue


Advantages of Round Robin Scheduling?

It is the most simple scheduling algorithmn It is easy to implement in software If the processes are of varied length then it becomes slow.


Which scheduling policy is suited in time sharing operating system?

Round Robin


What type of scheduling is there in RTOS?

A scheduler is the heart of every RTOS. It provides the algorithms to select the task for execution. Three common scheduling algorithms are > Cooperative scheduling > Round-robin scheduling > Preemptive scheduling RTOS uses preemptive (priority based) scheduling. In some cases, real-time requirements can be met by using static scheduling.


the performance of round robin algorithm depends on?

The size of the Time Quantum


the performance of round robin algorithm depends heavily on?

The size of the Time Quantum