Space for google add

Showing posts from January, 2022Show all
System Programming & Operating System Lab I
 Write the program to simulate Preemptive Shortest Job First (SJF) -scheduling
Write the program to simulate Non-preemptive Shortest Job First (SJF) -scheduling.
Write the program to simulate FCFS CPU-scheduling.
 Write a program to simulate Indexed file allocation method.
Write a program to simulate Linked file allocation method.
Implement LFU
Implement MFU
Implement LRU
Implement FIFO.
Banker's Algorithm Program.
Extended Shell (Toyshell ) Program.