In a timeshare operating system, when the time slot assigned to a process is completed, the process switches from the current state to?

A)  Ready state
B)  Blocked state
C)  Suspended state
D)  Terminated state

Correct Answer :   Ready state


Explanation : In a time-sharing operating system, when the time slot given to a process is completed, the process goes from the running state to the Ready State. In a time-sharing operating system, unit time is defined for sharing CPU, it is called a time quantum or time slice. If a process takes less than 1 time quantum, then the process itself releases the CPU.