List of Operating System program:-
Note:- Implement the following on LINUX or other Unix like platform and windows, Use C,CPP for high level language implementation
Note:- Implement the following on LINUX or other Unix like platform and windows, Use C,CPP for high level language implementation
- Write a program for followingsystem calls of UNIX operating system:fork, exec,getpid, exit, wait, close,stat, opendir, readdir.
- Implement the FCFS(First come first serve) for, Giventhe list of processes, their CPU burst times and arrival times, printthe Gantt chart for FCFS and also computeand print the average waiting time and average turnaround time.
- Implement the SJF(Shortest job first) scheduling for, Given the list of processes, their CPU burst times and arrival times, print the Gantt chart for SJF and also compute and print the average waiting time and average turnaround time.
- Implement the Round Robin scheduling for, Given the list of processes, their CPU burst times and arrival times, print the Gantt chart for RR and also compute and print the average waiting time and average turnaround time.
- Implement the Priority scheduling for, Given the list of processes, their CPU burst times and arrival times, print the Gantt chart for Priority and also compute and print the average waiting time and average turnaround time.
- Implement First-Fit memory management schemes.
- Implement Best-Fit memory management schemes.
- Implement Worst-Fit memory management schemes.
- Implement Contiguous memory file allocation technique.
- Implement an InterProcess communication (using shared memory, pipes or message queues).
- Implement the Producer – Consumer problem using semaphores (using UNIX system calls).
No comments:
Post a Comment