Five scheduling algorithms:
- First Come First Serve (FCFS)
- Shortest Job First (SJF)
- Preemptive Highest Priority First (HPF)
- Shortest Remaining Time Next (SRTN)
- Round Robin (RR)
Four memory allocation policies:
- First Fit
- Next Fit
- Best Fit
- Buddy System Allocation