TY - JOUR AU - Alam, Bashir PY - 2013 TI - FUZZY ROUND ROBIN CPU SCHEDULING ALGORITHM JF - Journal of Computer Science VL - 9 IS - 8 DO - 10.3844/jcssp.2013.1079.1085 UR - https://thescipub.com/abstract/jcssp.2013.1079.1085 AB - One problem in Round Robin CPU Scheduling is that if the time required for the running process is slightly more than time quantum even by a fraction value, then process gets preempted and context switch occurs. This causes more waiting time for that process and more overheads due to unnecessary context switch. Another problem with RR scheduling is the value of time Quantum. If it is too large, RR algorithm degenerate to FCFS and if it is too short frequent context switches occurs which results into more overheads which in turn degrade the performance. In this work a Fuzzy Round Robin scheduling algorithm has been proposed that tries to remove these two problems using fuzzy technique. Simulation has been done to compare the performance of this algorithm with its non fuzzy counterpart.