OSY Question Bank
OSY Question Bank
2 Mark Questions:
1. Define Deadlock. CO-d
2. List Different types of CPU scheduling algorithm. CO-d
3. State different scheduling criteria. CO-d
4. Define Fragmentation and give its types. CO-e
5. Define paging and segmentation. CO-e
6. List different accessing methods of a file. CO-f
7. List different directory Structure. CO-t
8. Define Page fault and Page hit. CO-e
9. Define RAID. list its type. CO-f
10. List different attribute of files. CO-f
4 Mark Questions:
1. Explain Round Robin scheduling algorithm with example. CO-d
2. Explain deadlock? What are necessary conditions for deadlock? CO-d
3. Describe CPUburst cycle and I/0 burst cycle. CO-d
4. Explain partitioning and its types. CO-e
5. Difference between paging and segmentation. CO-e
6. Consider following reference string. 7 0120304 23032120170 1
Calculate the page fault using LRU with frame size 3. CO-e
7. Enlist different file allocation methods? Explain contiguous allocation method in detail. CO-f
8. Construct and explain directory structure ofa file system in terms of single level, two
level and tree structure. CO-f
9. Write Unix command for following: CO-f
i) Create a folder OSY
ii) Create a file FIRST in OSY folder
iii) List / display all files and directories.
iv) Write command to clear the screen.
10.The jobs are scheduled for execution as follows: CO-d
Find average waiting time and average turnaround time using FCFS/SJF primitive /RR
(Time slice-2ms)/Priority primitive.