Operating Systems 2067
Section-A
Attempt any two questions: (2x10=20)
AI is thinking...
1.
What is system called? Explain
the system call flow with the help of block a diagram.
AI is thinking...
OR
What do you mean by file system? What are the major
difference between file system interface and file system implementation?
Explain.
AI is thinking...
2.
Write short notes on
:
a. Disk
scheduling algorithms
b. Error handling and formatting
c. File operations
AI is thinking...
3. Consider the following page reference string :
1, 2, 3, 4, 2, 1, 5, 6, 2, 3, 7, 6, 3, 2, 1, 2, 3, 6. How many page fault would occur for the LRU replacement, FIFO replacement and optimal replacement algorithms. Assuming
three, five or seven frames?
Remember all frames
are initially empty,
so your first unique pages
will all cost one fault each.
AI is thinking...
Section-B
Attempt any eight questions: (8x5=20)
AI is thinking...
4. Differentiate
between personal computer operating systems and mainframe operating systems.
AI is thinking...
5. When do page fault occur? Describe the actions
taken by an OS when a page fault occurs.
AI is thinking...
6.
List four necessary conditions for deadlock. Explain each of them briefly
what would be necessary
(in the operating system) to prevent the deadlock.
AI is thinking...
7.
Draw and describe the 3-state process model.
AI is thinking...
8. Does window have any concept of process
hierarchy? How does parent control the child?
AI is thinking...
AI is thinking...
10.
Explain why two-level scheduling is commonly used.
AI is thinking...
11.
What are the main motivations and issues in primary
memory management?
AI is thinking...
12.
Explain the disk management with example.
AI is thinking...