0% found this document useful (0 votes)
17 views1 page

Lab Internal

The document outlines a series of programming tasks focused on UNIX system calls and memory allocation methods. It includes writing programs using various system calls such as exit, wait, fork, and exec, as well as implementing semaphores and different memory allocation strategies like Best Fit, First Fit, Worst Fit, and file allocation strategies. Additionally, it emphasizes shell programming and CPU scheduling algorithms.

Uploaded by

23211a3234
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views1 page

Lab Internal

The document outlines a series of programming tasks focused on UNIX system calls and memory allocation methods. It includes writing programs using various system calls such as exit, wait, fork, and exec, as well as implementing semaphores and different memory allocation strategies like Best Fit, First Fit, Worst Fit, and file allocation strategies. Additionally, it emphasizes shell programming and CPU scheduling algorithms.

Uploaded by

23211a3234
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1 a)Write programs using the following system calls of UNIX operating system exit, wait, close, stat,

grep, etc.
b) Implementation of Semaphores.

2 a) Write programs using the system calls of UNIX operating system fork, exec, getpid
b) Implementation of the Memory Allocation Methods for fixed partition
using Best Fit

3 a)Sample programs on Shell Programming


b)Write C programs to implement any one of the CPU Scheduling Algorithm

4 a) Sample programs on Shell Programming


b)Implementation of Semaphores.

5 a) Write programs using the system calls of UNIX operating system stat,cp, ls, grep, etc.
b)Bankers Algorithm for Deadlock Avoidance

6 a) Sample programs on Shell Programming


b) Implementation of the Memory Allocation Methods for fixed partition
using First Fit

7 a) Write programs using the system calls of UNIX operating system exit, wait, stat, cp, grep
b)Implementation of the following Memory Allocation Methods for fixed partition Using worstfit

8 a) Sample programs on Shell Programming


b) Implementation of the File Allocation Strategies using Sequential

9 a) Write programs using the system calls of UNIX operating system fork, exec, getpid
b) Implementation of Semaphores

10 a) Sample programs on Shell Programming


b)Implementation of the File Allocation Strategies using Indexed

11 a) Write programs using the system calls of UNIX operating system exit, wait, stat, cp, grep
b)Implementation of the File Allocation Strategies using Linked

You might also like