Skip to content

KTU S4 LAB 2023 - OPERATING SYSTEM LAB PROGRAMS AND ALGORITHMS

Notifications You must be signed in to change notification settings

Judgingboy/Operating-System-Lab

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OPERATING SYSTEMS

KTU S4 LAB 2023

Shell programming

Sno: Program Code
1 factorial of a number code
2 Largest of N numbers code
3 Swap two values code
4 Odd or Even code
5 Sum of three numbers code

CPU Scheduling Algorithms

Sno: Scheduling Method Code
1 First Come First Serve code
2 Shortest Job First code
3 Priority Scheduling code
4 Round Robin code

Problems

Sno: Problem Code
1 Producer Consumer Problem code
2 Reader Writers problem code
3 Banker's Algorithm code

Memory Allocation

Sno: allocation Method Code
1 First Fit code
2 Best Fit code
2 Worst Fit code

Page replacement Algorithms

Sno: Replacement Algorithm Code
1 First in First out code

About

KTU S4 LAB 2023 - OPERATING SYSTEM LAB PROGRAMS AND ALGORITHMS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.9%
  • Shell 5.1%