Define operating system? Give the view of OS as a resource manager.
[3 marks]Give the difference between process and thread.
[4 marks]Explain different types of operating system.
[7 marks]What is the kernel in OS?
[3 marks]How OS perform the context switch?
[4 marks]What is race condition? Explain mutual exclusion.
[7 marks]Draw and explain five state process diagram.
[7 marks]Explain scheduler and dispatcher in brief.
[3 marks]List and explain various process scheduling criteria.
[4 marks]Explain preemptive SJF and RR process scheduling algorithms with suitable example.
[7 marks]What is busy waiting? Explain it.
[3 marks]Explain LOCK variable for mutual exclusion.
[4 marks]What is dead lock? Explain deadlock prevention.
[7 marks]Explain first fit, worst fit and best fit.
[3 marks]Explain inverted page table.
[4 marks]Explain various memory allocation scheme in OS.
[7 marks]Explain virtual memory.
[3 marks]What is page fault? How to handle it?
[4 marks]Explain various page replacement algorithms with example.
[7 marks]Explain grep, cat, and sort commands in Linux.
[3 marks]Write a shell script to find the larger number from three numbers.
[4 marks]Explain FCFS, SSTF, SCAN and LOOK disk scheduling algorithms with suitable example.
[7 marks]What is virtualization? List the types of virtualization techniques.
[3 marks]Explain VMware server.
[4 marks]Write a shell script to check given number is odd or even.
[7 marks]