0% found this document useful (0 votes)
14 views2 pages

Problem Set-IV - Operating System (UCS2001SE)

The document contains a problem set for the Operating System subject. It includes 10 questions covering topics like thrashing, fragmentation, page replacement algorithms, fork, virtual memory, segmentation, paging, demand paging and calculating page faults for different page replacement algorithms.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views2 pages

Problem Set-IV - Operating System (UCS2001SE)

The document contains a problem set for the Operating System subject. It includes 10 questions covering topics like thrashing, fragmentation, page replacement algorithms, fork, virtual memory, segmentation, paging, demand paging and calculating page faults for different page replacement algorithms.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

SHRI RAMSWAROOP MEMORIAL UNIVERSITY

PROBLEM SET – 4
Session: 2023-24 (Even Sem) Semester: II

Course: BCA Subject Code: UCS2001SE

Branch: AI+DS Subject Name: Operating System

Group: 2B/2D Name of Faculty Member: Mr. Sarvjeet Pal

Unit: IV Topic Covered: All Topics

SNo. Questions

1. Explain thrashing in OS with a diagram.

2. Differentiate between internal and external fragmentation with an example.

3. Discuss various page replacement algorithms in detail.

4. Define fork in OS. Also give the use of fork.

5. What do you understand by virtual memory?

6. Define and discuss segmentation in OS.

7. Define paging also describe what do you understand by page fault?

8. Describe memory management in OS.

9. What do you understand by demand paging?

10. Consider a reference string: 4, 7, 6, 1, 7, 6, 1, 2, 7, 2. the number of frames in the memory is 3. Find
out the number of page faults respective to:
1. Optimal Page Replacement Algorithm
2. FIFO Page Replacement Algorithm
3. LRU Page Replacement Algorithm

Text Books:
T1. Dhanjay Dhamdhere, "Operating Systems," First Edition, McGraw-Hill, 2008.
Reference Books:
R1. Andrew S.Tanenbaum and lierberfflos,"Modern Operating Systems,"Fourth Edition, Pearson, 2014.
R2. Abraham Silberschatz, Greg Gagne, and Peter13.Galvin,"Operating System Concepts,"Tenth Edition,
Wiley, 2018.

You might also like