Which scheduling algorithm uses a "time quantum" to allocate CPU time to processes?

Which scheduling algorithm uses a "time quantum" to allocate CPU time to processes?

کون سا شیڈولنگ الگورتھم سی پی یو وقت کو پروسیس کرنے کے لیے "ٹائم کوانٹم" کا استعمال کرتا ہے؟
Explanation
  • Round Robin scheduling allocates a fixed time quantum to each process in the ready queue, cycling through them.
  • It ensures fairness by giving each process an equal share of CPU time.