You are on page 1of 3

Group Names Assignment Topic

Number

Group 1 Fatima, Komal Process System Calls:


o To create processes: fork(), vfork()
13th week
and exec().
Example program for implementation
Group 2 Ravi Thakur, Huzaifa Ali Khan Process Termination:
Process termination involves ending a System calls:
13th week
 exit(), wait(), abort().
 Example program for implementation

Group 3 Ashwin, Romal, Mukand File Management


File management system calls handle file
13th week Kirshna manipulation jobs like creating a file, reading, and
writing, etc.
Functions:
 Create a file
 Delete file
 Open and close file
Example program codes

Group 4 Muhammad Shaheer, Uzair Pipe processing


 What is pipe in OS?
13th week
 Why we need to call pipe and how to
create and terminate (basic syntax)?

Group 5 Usama, Arsalan, Abdul Hanan Perform five state model in term of scheduling
algorithms (preemptive and non-preemptive) with
13th week code examples

Group 6 Zain-ul-Abidin, Haseeb Process identification


13th week Siddiqui, Awais Chohan unique identifiers Process ID (PID).
 getpid():
 getppid():
 Example program for implementation.

Group 7 Muhammad Bilal, Muhammad Inter process communication


 Pipe processing
13th week Hafee, Danesh, Muhammad
 How to create and terminate pipe in os.
Hassan  Basic syntax program

Group 8 M. Ayan, Fawad, Muslim  Perform and compare FCFS scheduling with
other scheduling algorithms like Round
13th wek Abbas
Robin and Shortest Job First (SJF).
 What are the key differences and when is
FCFS advantageous? With code

Group 9 Om Lohano, Ritik Kumar FCFS algorithm


 Explain and solve.
14th week
 Program to implement CPU & scheduling
algorithm for First Come First Serve (FCFS)
scheduling.

Group 10 Narjis and Asma Algorithm Perform Priority Scheduling like shortest
job first with code program.
14th week

Group 11 Rida, Mariam, Sara Perform a Circular link list over round robin
algorithm with code example.
14th week
Group 12 Mirza Hamza Baig, Zoya Explain and Program to implement CPU scheduling
for SJF shortest job first.
14th week Soomro

Gropu 13 Prince Sharma,Shahroze Shawn Memory management.


 First Fit Algorithm
14th week
To write a program in ‘C’ or ‘cpp’ for Simulating
First Fit Algorithm for memory management

Group 14 Muhammad Faraz Khan,  What is system call,


 Why we need to call I/O and how?
14th week Daniyal, Muhammad Ali,
 Program for implement I/O system calls.
Jhanzaib
Group 15 Rehan, Muhammad Ameen, Memory management.
Shashant Kumar  Best Fit Algorithm
14th week  Example program in ‘C’ or ‘cpp’ for
Simulating for Best Fit Algorithm for
memory management

Group 16 Hadi, Payal Memory management.


 First fit and Best Fit Algorithm
14th week
Key differences, how they work

You might also like