This includes the programes I did in the OS Lab
Contents:
PART 1- SHELL PROGRAMS
-
Check whether a number is armstrong or not.
-
A menu driven program which includes:
a. To check a number is primme or not.
b. To find the factorial of a given number.
-
A Calculator with user-defined functions.
-
To find the sum of two numbers using command line arguments.
-
To find the year when you will become 50 years of age.
PART 2- SCHEDULING AlGORITHM PROGRAMS
-
First Come First Serve(FCFS)
-
Shortest Job First(SJF)
-
Priority Scheduling
-
Round Robin Algorithm.
-
Bankers Algorithm
-
Linear Fork
-
Binary Fork
-
Sleep System Call
-
Wait system Call
PART 3- DISK SCHEDULING AlGORITHM PROGRAMS
-
FCFS Disk Scheduling
-
SCAN Disk Scheduling