1.

What is true about time slicing?(a) Time slicing is OS service that allocates CPU time to available runnable thread(b) Time slicing is the process to divide the available CPU time to available runnable thread(c) Time slicing depends on its implementation in OS(d) Time slicing allocates more resources to threadI had been asked this question in homework.This question is from Multithreading topic in section Multithreading of Java

Answer»

The correct answer is (B) TIME slicing is the process to divide the available CPU time to available RUNNABLE thread

To explain: Time slicing is the process to divide the available CPU time to available runnable thread.



Discussion

No Comment Found

Related InterviewSolutions