Skip to content

Latest commit

 

History

History
 
 

Lab-1

Lab-1

  1. Simulate the following non-preemptive CPU Scheduling Algorithms to find turn around time and waiting time.
    a) FCFS
    b) SJF
    c) Round Robin (Preemptive)
    d) Priority
  2. Simulate the following file allocation strategies
    a) Sequential Allocation
    b) Indexed Allocation
    c) Linked Allocation
  1. Implement different paging techniques of memory management