1. What is an operating system?
[7 marks]interface between the hardware and application programs
[ marks]collection of programs that manages hardware resources
[ marks]system service provider to the application programs
[ marks]all of the mentioned 2. Multiprogramming increases CPU efficiency by allowing multiple programs to be in memory simultaneously. (True/ False) 3. In a ______, the CPU rapidly switches between multiple processes, giving the illusion of simultaneous execution. 4.Which one of the following is the deadlock avoidance algorithm?
[ marks]banker’s algorithm
[ marks]round-robin algorithm
[ marks]elevator algorithm
[ marks]karn’s algorithm 5. An operating system deadlock occurs when a set of processes are blocked. (True/False) 6. To create a file ____________.
[ marks]allocate the space in file system
[ marks]make an entry for new file in directory
[ marks]allocate the space in file system & make an entry for new file in directory
[ marks]none of the mentioned 7. Full form of FAT.
[ marks]Give the Difference Between Traditional UNIX Systems & Modern UNIX Systems.
[7 marks]Define Process. Explain Process state in detail.
[7 marks]Define Thread. Explain Types of Threads in detail.
[7 marks]What is need of Execution of the OS? Explain in brief. Page 1 of
[2 marks]Explain Principles of Concurrency in detail.
[7 marks]What is deadlock? How it detects and how it can be prevented?
[7 marks]Discuss Readers/Writers Problem.
[7 marks]Explain Dining Philosophers Problem with example.
[7 marks]Explain Memory Paging & Segmentation in detail.
[7 marks]Explain Page Replacement Algorithm.
[7 marks]Define Swapping. What is need of it in the Operating System?
[7 marks]Explain CPU Scheduling Algorithm in detail.
[7 marks]Discuss the importance and application of buffering in File I/O.
[7 marks]What do you mean by RAID Structure? Also discuss different types of RAID levels.
[7 marks]Explain how the operating system manages File I/Ooperations?
[7 marks]What do you mean by directory structure? Also discuss different types of directory structures. Page 2 of
[2 marks]