Instructions:
- The course objectives and course outcomes are identical to that of (Operating Systems) as this is the practical component of the corresponding theory paper.
- The practical list shall be notified by the teacher in the first week of the class commencement under intimation to the office of the Head of Department / Institution in which the paper is being offered from the list of practicals below. At least 10 experiments must be performed by the students, they may be asked to do more. At least 5 experiments must be from the given list.
List of Programs
- Write a program to implement CPU scheduling for first come first serve.
- Write a program to implement CPU scheduling for shortest job first.
- Write a program to perform priority scheduling.
- Write a program to implement CPU scheduling for Round Robin.
- Write a program for page replacement policy using a) LRU b) FIFO c) Optimal.
- Write a program to implement first fit, best fit and worst fit algorithm for memory management.
- Write a program to implement reader/writer problem using semaphore.
- Write a program to implement Producer-Consumer problem using semaphores.
- Write a program to implement Banker’s algorithm for deadlock avoidance.
- Write C programs to implement the various File Organization Techniques
No comments:
Post a Comment