-
Shell programming -Command syntax -Write simple functions with basic tests, loops, patterns
-
System calls of Linux operating system:* fork, exec, getpid, exit, wait, close, stat, opendir, readdir
-
Write programs using the I/O system calls of Linux operating system (open, read, write)
-
Implement programs for Inter Process Communication using Shared Memory *
-
Implement Semaphores*
-
Implementation of CPU scheduling algorithms. a) Round Robin b) SJF c) FCFS d) Priority *
-
Implementation of the Memory Allocation Methods for fixed partition* a) First Fit b) Worst Fit c) Best Fit
-
Implement l page replacement algorithms a) FIFO b) LRU c) LFU*
-
Implement the banker’s algorithm for deadlock avoidance. *
-
Simulate disk scheduling algorithms. * a) FCFS b) SSTF c) SCAN d) C-SCAN e) LOOK f) C-LOOK
NOTE : Some programs are Linux Based.