Monday, November 10, 2025

                                OPERATING SYSTEM (315319)

THEORY NOTES                                Cheat- Sheet OSY

UNIT 1  - Operating System services and components                          Unit - 1
UNIT 2  - Process Management                                                              Unit - 2
UNIT 3  - CPU Scheduling                                                                     Unit - 3
UNIT 4  - Memory Management                                                            Unit - 4
UNIT 5  -  File Management                                                                   Unit - 5
                                
                                              

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 

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