Monday, November 10, 2025

                                OPERATING SYSTEM (315319)

THEORY NOTES

UNIT 1  - Operating System services and components

PROGRAMS

  1. Write a C/Python program to calculate average waiting time and Turnaround Time of n processes with Priority CPU scheduling algorithm
  2. 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
  3. Write a C/Python program on First In First Out (FIFO) Page Replacement algorithm.
  4. Write a C/Python program to implement Banker’s Algorithm.
  5. Write a C/Python program on sequential file allocation method.
  6. Write a C/Python program on Least Recently Used (LRU) Page Replacement algorithm.
  7. Write a C/Python program to calculate average waiting time and Turnaround Time of n processes with Round Robin (RR) CPU scheduling algorithm.
  8.  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

                      PYTHON PROGRAMMING ( 313011 ) UNIT 1     -  Introduction to Python and Control flow statements UNIT 2        -  Data S...