In round robin scheduling policy, suppose a process is running, and it's interrupted before its time slice ( the time which CPU is giving to every process) then what will happen?
example :
time slice : 3 ms .
P1 executes for 2 ms , and is interrupted ...
P2 starts ...
Question is when P1 comes next time for execution whether it will be given 3 ms or 4ms?