Search Tutorials

Operating System

Operating System(OS) is a collection of codes that are initially loaded into the computer when we start our system. It manages all system resources, memory and other essentials to optimize performance. Operating system provides an interface between the applications and system hardware. Here, you will find some source codes that are used in operating system scheduling, memory management, etc.

Here is a list of Operating System programs:

First Come First Serve Scheduling (FCFS)

Shortest Job First Scheduling (SJFS)

Shortest Remaining Time Scheduling (SRTS)

★ Priority Scheduling

Page Replacement Algorithm

Optimal Algorithm

Least Recently Used (LRU) Algorithm

First in First out (FIFO) Algorithm

File Allocation Table (FAT)

Contiguous File Allocation using Compaction

Round Robin (RR) Scheduling

Come and be a part of coders-hub...Let's Spread The Technology!!!
Back to Top