
Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
An assignment or exam related to operating systems. It covers various topics such as cpu scheduling algorithms (shortest job first and round robin), memory management (static partitioned allocation), and page replacement algorithms (fifo and page replacement). Several questions that require the student to analyze and solve problems related to these operating system concepts. The level of detail and the types of questions suggest that this document is likely intended for a university-level course on operating systems, possibly at the undergraduate or graduate level. The document could be useful for students preparing for exams, studying course material, or working on assignments related to operating system design and implementation.
Typology: Exams
1 / 1
This page cannot be seen from the preview
Don't miss anything!
Operating System Assignment Q.1 Consider following processes with length of CPU burst time in milliseconds Process Burst time P1 5 P2 10 P3 2 P4 1 All process arrived in order p1, p2, p3, p4 all time zero (a) Draw Gantt charts illustrating execution of these processes for SJF and round robin (quantum=1) (b) Calculate waiting time for each process for each scheduling algorithm c) Calculate average waiting time for each scheduling algorithm Q.2 Explain the effect of increasing the time quantum to an arbitrary large Number and decreasing the time quantum to an arbitrary small number for round robin scheduling algorithm with suitable example? Q.3 Explain static partitioned allocation with partition sizes 300,150, 100, 200, 20. Assuming first fit method indicate the memory status after memory request for sizes 80, 180, 280, 380, 30. Q.4 Consider the following page reference string. 1,2,3,4,5,3,4,1,6,7,8,7,8,9,7,8,9,5,4,5,4,2How many page faults would occur for the following replacement algorithm, assuming four and six frames respectively? a. page replacement. b. FIFO page replacement. Q.5 Consider the following snapshot- Answer the following questions using banker’s algorithm: a) What are contents of matrix end? b) Is the system in safe state? c) If request for process p1 arrives for (0,4,2,0) .Can the request be granted immediately?