0
1.3kviews
Operating Systems : Question Paper Dec 2011 - Information Technology (Semester 5) | Mumbai University (MU)
1 Answer
0
0views

Operating Systems - Dec 2011

Information Technology (Semester 5)

TOTAL MARKS: 80
TOTAL TIME: 3 HOURS
(1) Question 1 is compulsory.
(2) Attempt any three from the remaining questions.
(3) Assume data if required.
(4) Figures to the right indicate full marks.
1 (a) Explain various system calls with appropriate syntaxes(10 marks) 1 (b) Explain mutual exclusion. Also write note on Peterson's algorithm.(10 marks) 2 (a) Explain Demand Paging.(10 marks) 2 (b) What are various disk scheduling algorithms? Explain each one in brief.(10 marks) 3 (a) Explain the page replacement policies. Implement LRU, OPT, FIFO for the following sequence: 0, 1, 2, 4, 3, 7, 1, 4, 2, 3. Also calculate hits and faults(10 marks) 3 (b) Write note on Buffering Techniques. (10 marks) 4 (a) What are preemptive and non-preemptive algorithms?(10 marks) 4 (b) Explain DMA in terms of system concurrency. What is its implication on hardware design? (10 marks) 5 (a) Write a note on File Access Methods. (10 marks) 5 (b) Consider the following snapshot.

ProcessAllocationMAXAvailable
P01 3 50 6 56 5 6
P11 0 02 1 3
P22 0 13 4 6
P34 1 11 5 2
P45 4 30 0 1

Answer the following questions:

  1. What is the content of matrix need?
  2. Is the system in safe state?
  3. If process P1 arrives with a request of (4, 5, 3) can the request be granted?
(10 marks) 6 (a) Draw and explain architecture of RTOS.(10 marks) 6 (b) What is a semaphore? Explain in detail the usage of semaphore and resource acquisition and release.(10 marks) 7 (c) Monolithic Vs Micro Kernels.

   (d) Shared OS configuration for Multiprocessor System.
(10 marks)


Write Short notes on

7 (a) Race Condition(5 marks) 7 (b) VM Ware(5 marks)

Please log in to add an answer.