Вы находитесь на странице: 1из 2

MCA36L

OPERATING SYSTEM LAB

1) Write a program to show deleting a file

2) Write a program to demonstrate renaming the file

3) Graphically show the working of FCFS CPU scheduling algorithm

4) Graphically show the working of Round Robin CPU scheduling


algorithm

5) Write a program to demonstrate dynamic memory allocation (use of


malloc, calloc and realloc functions)

6) Write a program to demonstrate paging. (Assume certain size of


memory and make different pages of random sizes, show it
graphically)

7) Write a program to get and set the system date.

8) Write a program to set and get the system time.

9) Write a program to display the current working directory.

10) Write a program to create a directory in the specified path.

11) Graphically show the working of Priority based CPU scheduling


algorithm

12) Graphically show the working of Smallest Job First CPU scheduling
algorithm
13) Write a program to find and list all physical drives on the system

14) Write a program to copy data from one memory location to another
location

15) Write a program to illustrate working of system() command by taking


at least 5 DOS commands

16) Demonstrate the working of FCFS disk scheduling algorithm

17) Demonstrate the working of SSTF disk scheduling algorithm

18) Program to demonstrate working of Bubble sort

19) Program to demonstrate the working binary search

20) Program to demonstrate the working of selection sort

Вам также может понравиться