Answer:
See explaination
Step-by-step explanation:
Turnaround Time (TAT):
It is the time interval from the time of submission of a process to the time of the completion of the process.
Difference b/w Completion Time and Arrival Time is called Turnaround Time.
Completion Time (CT): This is the time when the process completes it’s execution.
Arrival Time (AT): This is the time when the process has arrived in the ready state.
TAT = CT - AT
Waiting Time (WT):
The time spent by a process waiting in the ready queue for getting the CPU.
The time difference b/w Turnaround Time and Burst Time is called Waiting Time.
Burst Time (BT): This is the time required by the process for it’s execution.
WT = TAT - BT
Now with Waiting Time and Burst Time we can also calculate Turn Around Time via:
TAT = BT + WT
Response Time(RT)-
Response time is the time spent between the ready state and getting the CPU for the first time.
Please kindly check attachment for the step by step solution of the given problem.