We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
You are on page 1/ 2
INDEX
S.NO. Tittle Date Signature
1 List of major Operatings Systems, their vendors, 18/01/24 versions and target audiences.
2 Introduction to Unix, Linux, Windows Case 18/01/24
Study of Unix, Linux, and Windows: ● Introduction ● Architecture ● Features ● Versions of each OS ● • History of each OS Comparison between Unix, Linux and Windows
3 Few More points on Linux 24/01/24
● Installation process of Linux ● Booting Process ● Login and Shutdown ● External and Internal Commands ● Shells of Linux ● Filesystem and Directory Structure ● Editors in Linux
4 Basic Commands in Linux 31/01/24
● who ● cal ● date ● bc ● passwd ● uname ● help ● man
5 Basic Commands in Linux 07/02/24
● echo ● pwd ● cd ● mkdir ● cp ● mv ● rmdir ● rm
6 Implement the following CPU scheduling 22/03/24
algorithms ● FIFO/FCFS scheduling ● Non preemptive SJF scheduling ● SRTF (Preemptive SJF) scheduling ● Non-preemptive Priority scheduling ● Preemptive Priority scheduling ● Round Robin scheduling Input- Set of processes,their corresponding arrival time, CPU burst time,priority(for priority scheduling)and the time quantum value (for RR scheduling). Expected output: Gantt chart, waiting time for all processes, average waiting time, turnaround time for all processes & average turnaround time.
7 Basic Commands in Linux 10/04/24
● ls ● tty ● tput clear ● cat ● more ● wc ● ps ● file
8 Implement the following page replacement 10/04/24
algorithms ● Fifo ● Optimal ● Lru Input-No of frames,String of memory references Expected Output-No of page replacement