Operating System Question
Operating System Question
6. Define spooling.
12. Define process and draw process transition diagram and explain each states.
17. Explain the purpose of scheduler and explain the working of long term,short term and
medium term scheduler.
21. How inter-process communication can be handle using message passing and shared memory
model.
22. Explain advantage,disadvantage of message passing and shared memory model in IPC and
explain when we use message passing and when we use shared memory model.
26. What are the scheduling criteria for good scheduling algorithm.
30. What is the disadvantage of priority scheduling and explain how we can solve this
problem(ans: aging).
31. Define deadlock in operating system and write down the necessary condition of for deadlock.
32. Explain resource allocation graph and explain how it detect deadlock.
35. Explain RAG algorithm to handle dead lock avoidance with example.
38. What is safe state,explain not all unsafe state are deadlock state.
41. With example describe if resources are not properly allocated to the processes it may lead
from safe state to unsafe state.
45. Explain demand fetch and anticipatory fetch and distingwise them.
46. Explain first fit,best fit,worst fit strategies with advantagedisadvantage and example.
47. Explain FIFO,LRU,LFU,OPTIMAL PAGE REPLACEMENT technique using and its math which I
solved in class.
53. Difference between logical address(virtual address) and physical address(real address).
73. Explain critical section problem and the solution of critical section problem.
74. Explain how to solve critical solution problem using lock variable and Peterson’s solution.
78. Explain producer consumer problem and mention its disadvantage and how to solved it.(very
importatnt)
79. Explain dining philosopher problem and mention its disadvantage and how to solved it.