Process Management - process scheduling, inter-process communication, client-server communication, process synchronization, critical-section problem, Peterson's solution, semaphores - Online Test
30:00
1. What is a process in the context of operating systems?
2. Which of the following is NOT a typical state of a process?
3. The state where a process is ready to be executed by the CPU is called:
4. When a process is currently executing on the CPU, its state is:
5. A process enters the waiting state when it:
6. What is the primary role of process scheduling?
7. Which scheduling algorithm aims to minimize the average waiting time by executing the process with the shortest burst time first?
8. In Round Robin scheduling, each process gets a small unit of CPU time called a:
9. Which scheduling algorithm is non-preemptive and executes processes in the order they arrive?
10. Priority scheduling can be preemptive or non-preemptive. In preemptive priority scheduling:
Test Results
0/0