View this PageEdit this PageAttachments to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

Lab 3: CPU Scheduling Simulator

Assigned: Thursday, March 27
Due: Thursday, April 3, 17, 29

Purpose

Description

In this project, you will implement a discrete event simulator in Java with several different scheduling algorithms. The simulator selects a task to run from ready queue based on the scheduling algorithm. However, it does not require any actual process creation or execution. When a task is scheduled, the simulator will simply print out what task is selected to run at a time.



Submission

-----------

Link to this Page