Al3452 Set2
Al3452 Set2
Fourth Semester
(Regulations 2021)
3. Write a C program to implement page replacement FIFO (First In First Out) algorithm
5 Write a C program to implement File Organization concept using the technique two level directory.
Write a C program to implement File Allocation concept using the technique indexed allocation
7.
technique.
Write a C program to implement the first come first serve without arrival time CPU scheduling
8
algorithm.
9. Write a C program to implement the CPU scheduling algorithm for shortest job first.
11 Write a C program to implement File Organization concept using the technique Single level directory
12 Write a C program to implement sequential file for processing the student information.
Page 1 of 2
13 Write a C program to implement Deadlock avoidance by using Banker’s algorithm.
Write programs using the following system calls of UNIX operating system: fork, exec, getpid, exit,
15
wait, close, stat, opendir, readdir.
17. Write a C program to simulate UNIX commands like cp, ls, grep.
19. Write a C program to implement random access file for processing the employee details.
20 Write a C program to implement page replacement LRU (Least Recently Used) algorithm.
Page 2 of 2