picogenkaku 0 Newbie Poster

In simulating round-robin scheduling algorithm, is it possible to have more than one time slice, say two time slices. If so, how will it be simulated?

For example, I have Q1 = 10 milliseconds and Q2 = 20 milliseconds.

In my opinion, it is like this:

a) I'll use the first quantum for the first job and use the second quantum for the second job, or
b) I'll sum up the two quanta and use them like it was one quantum.

I do not know how to use the two quanta given. The two items above are just my ideas.

Any help will be appreciated. Thank you! :)