-
Write C programs to simulate the following CPU Scheduling algorithms a) FCFS b) SJF c) Round Robin d) priority
-
Write programs using the I/O system calls of UNIX/LINUX operating system (open, read, write, close, fcntl, seek, stat, opendir, readdir)
-
Write a C program to simulate Bankers Algorithm for Deadlock Avoidance and Prevention.
-
Write a C program to implement the Producer – Consumer problem using semaphores using UNIX/LINUX system calls.
-
Write C programs to illustrate the following IPC mechanisms a) Pipes b) FIFOs c) Message Queues d) Shared Memory
-
Write C programs to simulate the following memory management techniques a) Paging b) Segmentation