OPERATING SYSTEM (315319)
THEORY NOTES
UNIT 1 - Operating System services and componentsPROGRAMS
- Write a C/Python program to calculate average waiting time and Turnaround Time of n processes with Priority CPU scheduling algorithm
- Write a C/Python program to calculate average waiting time and Turnaround Time of n processes with First Come First Serve (FCFS) CPU scheduling algorithm
- Write a C/Python program on First In First Out (FIFO) Page Replacement algorithm.
- Write a C/Python program to implement Banker’s Algorithm.
- Write a C/Python program on sequential file allocation method.
- Write a C/Python program on Least Recently Used (LRU) Page Replacement algorithm.
- Write a C/Python program to calculate average waiting time and Turnaround Time of n processes with Round Robin (RR) CPU scheduling algorithm.
- Write a C/Python program to calculate average waiting time and Turnaround Time of n processes with Shortest Job First (SJF) CPU scheduling algorithm
Previous Year Question Paper / Model Answer
315319-2025-Winter-Question-paper
REFERENCE BOOK
No comments:
Post a Comment