Hi there folks n gurus,

I had a question here about to design a CPU Job simulation schedule program using C language, the following method will be used to run the simulations:

1. SHORT JOB FIRST SERVED (SJFS)
2. FIRST IN FIRST OUT (FIFO)
3. ROUND ROBIN METHOD (RRM)

Can anyone give me some guide on how should i start this and btw what is meant by Round Robin Method (RRM)?

This is urgent, thanks alot!