Identifying Process States and System Resources - Practice Questions
Answered
Question 1
- Assume that at time 5 no system resources are being used except for the processor and memory. Now consider the following events:
- At time 5: P1 executes a command to read from disk unit 3.
- At time 15: P5âs time slice expires.
- At time 18: P7 executes a command to write to disk unit 3.
- At time 20: P3 executes a command to read from disk unit 2.
- At time 24: P5 executes a command to write to disk unit 3.
- At time 28: P5 is swapped out.
- At time 33: An interrupt occurs from disk unit 2: P3âs read is complete.
- At time 36: An interrupt occurs from disk unit 3: P1âs read is complete.
- At time 38: P8 terminates.
- At time 40: An interrupt occurs from disk unit 3: P5âs write is complete.
- At time 44: P5 is swapped back in.
- At time 48: An interrupt occurs from disk unit 3: P7âs write is complete.
At time 22 Â identify which state each process is in:
Question 2
- Assume that at time 5 no system resources are being used except for the processor and memory. Now consider the following events:
- At time 5: P1 executes a command to read from disk unit 3.
- At time 15: P5âs time slice expires.
- At time 18: P7 executes a command to write to disk unit 3.
- At time 20: P3 executes a command to read from disk unit 2.
- At time 24: P5 executes a command to write to disk unit 3.
- At time 28: P5 is swapped out.
- At time 33: An interrupt occurs from disk unit 2: P3âs read is complete.
- At time 36: An interrupt occurs from disk unit 3: P1âs read is complete.
- At time 38: P8 terminates.
- At time 40: An interrupt occurs from disk unit 3: P5âs write is complete.
- At time 44: P5 is swapped back in.
- At time 48: An interrupt occurs from disk unit 3: P7âs write is complete.
At time 37 Â identify which state each process is in:
Question 3
- Copy of
Assume that at time 5 no system resources are being used except for the processor and memory. Now consider the following events:
- At time 5: P1 executes a command to read from disk unit 3.
- At time 15: P5âs time slice expires.
- At time 18: P7 executes a command to write to disk unit 3.
- At time 20: P3 executes a command to read from disk unit 2.
- At time 24: P5 executes a command to write to disk unit 3.
- At time 28: P5 is swapped out.
- At time 33: An interrupt occurs from disk unit 2: P3âs read is complete.
- At time 36: An interrupt occurs from disk unit 3: P1âs read is complete.
- At time 38: P8 terminates.
- At time 40: An interrupt occurs from disk unit 3: P5âs write is complete.
- At time 44: P5 is swapped back in.
- At time 48: An interrupt occurs from disk unit 3: P7âs write is complete.
At time 47 Â identify which state each process is in:
Question 4
- Name and describe the different states that a process can exist in at any given time.