-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadme.txt
More file actions
25 lines (19 loc) · 917 Bytes
/
Readme.txt
File metadata and controls
25 lines (19 loc) · 917 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
In this project the usere have 3 modes
1) The user can use the data from the file name Data_File.txt which consist
of priority and process brust time
command: press "f"
2) The user can use generate random process and random priority
command: press "r"
3) The user can manually enter the burst time and the priority
command: press "m"
The user will be able to create up to 10 process. I decided to limit the number
of process so that it will be easier to understand and analize how the scheduling
works
For the Quantum time: Its better to set the Quantum between 20-50. Setting too
short quantum time causes to many process switches and setting too many will
cause poor response to short interactive request.
****IF THE FILE DOESNOT OPEN*****
This could happen due to the change of location
Go to properties of the file and copy the path of the file and paste it
here in the code
ifstream infile( file path )