-
What is true about time slicing?
-
- Time slicing depends on its implementation in OS
- Time slicing is OS service that allocates CPU time to available runnable thread
- Time slicing is the process to divide the available CPU time to available runnable thread
- Time slicing allocates more resources to thread
- None of these
Correct Option: C
Time slicing is the process to divide the available CPU time to available runnable thread.