OS TEE Questions
OS TEE Questions
OS TEE Questions
Unit -2
1. Define the Term Process and Explain the Process State transition diagram with all possible states
of the process
2. Explain the Process Control Block(PCB) with a neat Sketch
3. Explain the operating that can be operated over a process with the appropriate system call.
4. Explain the Following i) Short Term Scheduler ii) Long Term Scheduler
5. Explain the Concept of Critical Section for Process Synchronization using Semaphore
6. Explain the following i) Binary Semaphore ii) Counting Semaphore
7. Explain the Producer and Consumer problem with Bounded Buffer and infinite buffer size with a
sample pseudo code.
8. Explain the Dining Philosopher Problem for process synchronization with a sample Pseudo code
9. Explain the Hardware Synchronization Problem
10. Discuss Peterson’s Algorithm for solving the process Synchronization
Unit-3
1. Discuss the possible criteria for designing the Process Scheduling Algorithm
2. Discuss Resource Allocation Graph with an example scenario
3. Discuss the possible condition for deadlock occurrence
4. Explain the various operation that can be performed over a deadlock
5. Explain the limitations in designing the Banker’s algorithm
Unit-4
Note: Practice the problems in disk scheduling algorithms (FCFS, SSTF, SCAN, C-SCAN and C-LOOK)
Unit-5