Question: 1. Apply OS concepts related to CPU scheduling, process synchronization, memory management and file systems to optimize the usage of system resources. 2. Use
1. Apply OS concepts related to CPU scheduling, process synchronization, memory management and file systems to optimize the usage of system resources. 2. Use OS commands and system calls for process management, thread management, memory and file management. Question Choose any two of the pre-emptive or non-preemptive scheduling algorithms of your choice. Study them and develop them using C programming language in a Linux environment. Process P1 P2 P3 P4 P5 Arrival Time 0 2 4 6 8 Burst Time 4 6 4 8 6 Priority 3 2 1 3 2
Step by Step Solution
3.51 Rating (161 Votes )
There are 3 Steps involved in it
Lets implement two scheduling algorithms Priority Scheduling and Round Robin Scheduling in C program... View full answer
Get step-by-step solutions from verified subject matter experts
