/Software-Systems-Lab

SOFTWARE SYSTEMS LAB KTU 2023

Primary LanguageC

Software-Systems-Lab

SOFTWARE SYSTEMS LAB KTU 2023

CPU Scheduling Algorithms

Sno: Scheduling Method Code
1 First Come First Serve code
2 Shortest Job First code
3 Round Robin code

Page replacement Algorithms

Sno: Replacement Algorithm Code
1 First in First out code
2 LRU code
3 LFU code

File Allocation Algorithms

Sno: Allocation Algorithm Code
1 Sequential code
2 Indexed code
3 Linked code

Disk Scheduling Algorithms

Sno: Scheduling Algorithm Code
1 FCFS code
2 SCAN code
3 C SCAN code

Assembler

Sno: Assembler Algorithm Code
1 Pass 1 of 2-pass-assembler code
2 Pass 2 of 2-pass-assembler code
3 Single pass assembler code
4 Absolute Loader code
5 Relocation Loader code