Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 602 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 602 Bytes



STUDY-JAMS

Understanding OS Labs || 30-07-2022

view programs

  1. Page Replacement Algorithms
    • FIFO (First In First Out)
    • LRU (Least Recently Used)
    • LFU (Least Frequently Used)
  2. CPU Scheduling Algorithms
    • FCFS (First Come Fist Serve)
    • SJF (Shortest Job First)
    • Priority
    • Round Robin
  3. Banker's Algorithm
  4. Disk Scheduling
    • FCFS
    • SCAN
    • C-SCAN