Course Instructor
Enroll Now
FREE
Operating System Practical
Write a program to work with multi threads.
The Fibonacci sequence is the series of numbers 0, 1, 1, 2, 3, 5. 8, … Formally, it can be expressed as: fib0 = 0, fib1 = 1, fibn = fibn-1 + fibn-2. Write a multithreaded program that generates the Fibonacci sequence.
Write a program to give a solution to the Bounded buffer problem.
Write a program to give a solution to the readers–writers problem.
Write a program that implements FCFS scheduling algorithm
Write a program that implements (with no premption) scheduling algorithm
Write a program that implements RR scheduling algorithm.
Write a program that implements the banker’s algorithm
Write a program to design a File System.
Operating System Question Bank
Question Bank