1 17
2
3
15
4
5
6 7 19
8/16 9/18
10
11
12
13
14

Crossword: Process Scheduling

Across

1. The process of saving and restoring the state of a process when it is interrupted for execution by another process.

2. A set of rules or guidelines that dictate how a particular task or process should be carried out.

3. The total time taken by a process from arriving in the system to its completion.

4. A scheduling algorithm where each process is assigned a fixed time slice to execute before being moved to the back of the ready queue.

5. The sequence in which tasks or processes are actually executed by the system.

6. The time at which a process enters the system and is ready to be executed by the CPU.

7. A scheduling technique where a job is allowed to run if resources become available before its designated start time.

8. An instance of a running computer program that includes its current state and execution information.

9. A situation where a process is denied CPU time due to the presence of higher priority processes.

10. The amount of time a process takes to complete its execution.

11. The fixed time unit allocated to each process in a Round Robin scheduling algorithm.

12. A method used to determine the order in which processes are executed by the CPU based on certain criteria such as priority, fairness, and efficiency.

13. The act of temporarily suspending a process's execution to allow another process to run.

14. The amount of time a process requires to complete its execution without any interruption.

Down

15. The sequence in which tasks or processes arrive at the system for execution.

16. A type of scheduling where a task can be interrupted and moved out of the CPU before it has completed its execution.

17. The total time a process spends waiting in the ready queue before being executed.

18. The process of determining the order in which tasks are executed by a computer system.

19. A type of scheduling where a task cannot be interrupted and must complete its execution before another task can be executed.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓