answersLogoWhite

0

Round Robin

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What CPU scheduling algorithm is used Windows NT?

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


What is the Round Robin algorithm?

It's an algorithm that is used for CPU schedulers.


What CPU scheduling algorithm is used by?

same as linux use.


What is priority scheduling algorithm?

The priority scheduling algorithm is a kind of CPU scheduling algorithm where the processes that wait for the CPU are scheduled according to their priority..


Why round robin CPU schedule algorithm is used by window 8?

The Round Robin CPU scheduling algorithm is used in Windows 8 to ensure fair and efficient process management by allowing each active process to receive a fixed time slice or quantum for execution. This approach minimizes response time and enhances multitasking capabilities, ensuring that no single process monopolizes the CPU. By cyclically assigning CPU time to processes, Round Robin helps maintain system responsiveness, especially in environments with multiple applications running concurrently. This method is particularly effective in time-sharing systems, which Windows 8 aims to optimize.


What is the schedule algorithm used in windows?

Windows operating systems primarily use a scheduling algorithm called the "Multilevel Feedback Queue" (MLFQ). This algorithm allows processes to be dynamically moved between different priority queues based on their behavior and requirements, which helps optimize CPU utilization and responsiveness. It employs various time slices for different priority levels, ensuring that both high-priority and lower-priority tasks receive appropriate processing time. Additionally, Windows also utilizes a round-robin approach within each priority level to fairly allocate CPU time among processes.


Is the IMac's CPU good?

It uses an Intel Quad Core i5 or i7 processor. This is an excellent CPU also used on Windows PCs.


What is the difference between primitive and non primitive CPU scheduling algorithm?

In Non-Primitive CPU Algo. once a process is given to the CPU it cannot be preempt,but in primitive Algo. it can be.


What is the best CPU?

my cpu process is dual coreit can support windows 7 home basic ]


How can you get 2 CPU players on Super Smash Bros?

Simply click the other windows to open them a CPU you will appear.


What is the minimum CPU requirement for windows 7?

1 GHz


What is role of reservation station in Tomasulo's Algorithm?

Reservation Stations are decentralized features of the microarchitecture of a CPU that allow for register renaming, and are used by the Tomasulo algorithm for dynamic instruction scheduling.Reservation stations permit the CPU to fetch and re-use a data value as soon as it has been computed, rather than waiting for it to be stored in a register and re-read. When instructions are issued, they can designate the reservation station from which they want their input to read.