SL. No. | Particulars | Experiment Name |
1 | Computer | To write C Programs using the following system calls of UNIX operating system fork, exec, getpid, exit, wait, close, stat, opendir, readdir. |
2 | Computer | PROGRAM FOR SYSTEM CALLS OF UNIX OPERATING SYSTEM (fork, getpid, exit). |
3 | Computer | Write a Shell program to check the given number is even or odd. |
4 | Computer | Write a Shell program to check the given year is leap year or not. |
5 | Computer | Write a Shell program to find the factorial of a number . |
6 | Computer | Write a Shell program to swap the two integers. |
7 | Computer | To write a C program for implementation of Priority scheduling algorithms. |
8 | Computer | To write a C program for implementation of Round Robin scheduling algorithms. |
9 | Computer | To write a C program for implementation of FCFS and SJF scheduling algorithms. |
10 | Computer | To write a C-program to implement the producer – consumer problem using semaphores. |