1. Familiarity and usage of Linux System call. [ Link ]
2. Process management: fork(), exec(), wait(), sleep() ..., [ Link]
3. File management: open (), read (), write (), seek (), close (). [ Link ]
4. Simulate the following CPU scheduling algorithms.Â
FCFS [ Link ]
SJF [ Link ]
Round Robin [ Link ]
Priority [ Link ]
5. Write a program to Implement Producer-Consumer Problem solution. [ Link ]
6. Simulate Bankers Algorithm for Dead Lock Avoidance. [ Link ]
7. Simulate the following page replacement algorithms.
FIFO [ Link ]
LRU [ Link ]
LFU [ Link ]
Optimal Page Replacement [ Link ]
8. Simulate the Paging Technique of memory management. [ Link ]
9. Simulate all File Organization Techniques.
Single level directory [ Link ]
Two level [ Link ]
Hierarchical [ Link ]
10. Write a program to implement disk scheduling algorithms.
FCFS [ Link ]
SCAN [ Link ]
C-SCAN [ Link ]