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
Assignment No 5
Name of Course: Operating System (OSY) Course Code: 22516
Program: CO5I Semester: V Chapter No: 5 Memory Management (14 marks) 1. Write Functions of memory management. 2. Explain fixed size memory partitioning. 3. Explain dynamic/variable size memory partitioning. 4. Give advantages & disadvantages of fixed & dynamic partitioning. 5. Explain compaction. 6. With suitable example, describe free space management techniques. 7. Describe virtual memory . 8. What is paging , Explain in detail. 9. Explain how paging differs from segmentation in memory management. 10. Explain the primary purpose of segmentation in memory management. 11. Why is fragmentation a significant issue in memory allocation? 12. Define internal & external fragmentation. 13. Describe the steps the operating system takes to handle a page fault with diagram. 14. Consider the following page reference string arrival with three-page frames: 5, 6, 7, 8, 9, 7, 8, 5, 9, 7, 8, 7, 9, 6, 5, 6 Calculate number of page faults with Optimal ,FIFO & LRU page replacement algorithm. 15 . Consider the following page reference string arrival with three-page frames: 7, 0, 1, 2, 0, 3, 0, 4, 2, 3, 0, 3, 2, 1, 2, 0, 1, 7, 0, 1 Calculate number of page faults with Optimal ,FIFO & LRU page replacement algorithm. Assignment No 6 Name of Course: Operating System (OSY) Course Code: 22516 Program: CO5I Semester: V Chapter No: 6 File Management (10 marks) 1. Construct and explain directory structure of a file system in terms of single level , two level and tree structure. 2. Describe file attributes. 3. List file operations and explain it . 4. Explain contigious file allocation method. 5. Explain linked file allocation method. 6. Explain indexed file allocation method. 7. Describe different types of file access methods. 8. Construct and explain directory structure of a file system in terms of two level and tree structure. 9. Define RAID. Explain RAID level (0 to 6). 10. Explain physical structure of disk with neat labelled diagram.