- Basic Linux commands
- 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. *
- Implementation of Deadlock detection algorithm
- Simulate file allocation strategies. b) Sequential b) Indexed c) Linked
- Simulate disk scheduling algorithms. * c) FCFS b)SCAN c) C-SCAN