Question: Write a java program to simulate job scheduling in an operating system. It requires: Basic processes with PCB (storing process current state, pointer to the
Write a java program to simulate job scheduling in an operating system. It requires: Basic processes with PCB (storing process current state, pointer to the current instruction) and calculate I/O yield instructions. Creating new processes per user demand and as many as user requires Implementing one scheduler (but not FCFS) and using it to schedule processes for execution 1. 2. Write a java program to simulate job scheduling in an operating system. It requires: Basic processes with PCB (storing process current state, pointer to the current instruction) and calculate I/O yield instructions. Creating new processes per user demand and as many as user requires Implementing one scheduler (but not FCFS) and using it to schedule processes for execution 1. 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
