You are on page 1of 2

INDEX

SL.NO DATE NAME OF THE PROGRAM PAGE SIGNATURE


NO.
1 Basics of UNIX commands

SHELL PROGRAMMING

2(a) To Calculate the sum of its digits

2(b) To find whether the given year is leap year or not

2(c) To print all combinations of 123

Implementation of the CPU scheduling algorithms

3(a) Implementation of Round Robin scheduling algorithm

3(b) Implementation of Shortest Job First (SJF) scheduling


algorithm
3(c) Implementation of First Come First Serve (FCFS)
scheduling algorithm
3(d) Implementation of Priority scheduling algorithm

Implementation of file allocation strategies

4(a) Implementation of Sequential file allocation method

4(b) Implementation of Indexed file allocation method

4(c) Implementation of Linked file allocation method

5 Implementation of Semaphore

Implementation of file Organization Techniques


6(a) Implementation of Single Level Directory File
organization technique
6(b) Implementation of Two Level File organization
technique
6(c) Implementation of Hierarchical File organization
technique
6(d) Implementation of Directed Acyclic Graph (DAG)
organization method

7 Implementation of Bankers Algorithm for Dead Lock


Avoidance
8 Implementation of an Algorithm for Dead Lock
Detection
INDEX

Implementation of page replacement algorithms

9(a,b) Implementation of First In First Out (FIFO) & Least


Recently Used(LRU) Page Replacement algorithm
9(c) Implementation of Least Frequently Used (LFU) Page
Replacement algorithm

10 Implementation of Shared memory and Inter-Process


Communication (IPC)
11 Implementation of Paging Technique of memory
management
12 Implementation of Threading & Synchronization
Applications

You might also like