Python and Bash codes
Date : 23rd Nov 2022
@Zoya Jamadar
-
System Calls
- CreateFile()
- WriteFile()
- CloseHandle()
-
Implement Shell Script
- Prime no
- Palindrome
- String Reverse
-
Implement Matrix operation for Multithreading
-
Implement Dining philosopher's problem
-
Implement Producer Consumer Thread for synchronization
-
Write a prg to compute Finish time, turn Around Time and Wiating Time for
- FCFS - first come first serve (Non -premtive)
- SRTF - or SJF/ Shortest Job First (Premptive)
- Priority Scheduling (Premtive) for Lower No of priority
-
Write a prg to compute Finish time, turn Around Time and Wiating Time for
- Round Robin Algorithm
- Priority Scheduling (Premptive) for Higher No of Priority
-
Implement Banker's Algorithm
-
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