[CPU Scheduling] 001 for nonpreemptive FCFS, 002 for nonpreemptive SJF, 003 for nonpreemptive SJF, 004 for nonpreemptive Priority, 005 for Round Robin, 006 for preemptive SJF, 007 for preemptive Priority
[Page Replacement ] 021 for FIFO, 022 for LRU, 023 for Optimal, 024 for LFU, 025 for MFU
[Disk Scheduling] 041 for FIFO, 042 for LRU, 043 for Optimal, 044 for LFU, 045 for MFU
*[Memory Allocation] 011 for First Fit, 012 for Best Fit, 013 for Worst Fit
*[File Allocation] 031 for Contiguous, 032 for Linked, 033 for Indexed