Skip to content

Group4sem2/OS-Lab-Work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python and Bash codes

Date : 23rd Nov 2022

@Zoya Jamadar

  1. System Calls

    1. CreateFile()
    2. WriteFile()
    3. CloseHandle()
  2. Implement Shell Script

    1. Prime no
    2. Palindrome
    3. String Reverse
  3. Implement Matrix operation for Multithreading

  4. Implement Dining philosopher's problem

  5. Implement Producer Consumer Thread for synchronization

  6. Write a prg to compute Finish time, turn Around Time and Wiating Time for

    1. FCFS - first come first serve (Non -premtive)
    2. SRTF - or SJF/ Shortest Job First (Premptive)
    3. Priority Scheduling (Premtive) for Lower No of priority
  7. Write a prg to compute Finish time, turn Around Time and Wiating Time for

    1. Round Robin Algorithm
    2. Priority Scheduling (Premptive) for Higher No of Priority
  8. Implement Banker's Algorithm

  9. Implement Multithreading for three moving balls Condition: 1st-Ball High speed 2nd-Ball Medium Speed 3rd-Ball Slow speed Each ball shd start after previous ball reaches it's goal State

About

* 1. Implement System calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published