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/ 1
Guru Gobind Singh Polytechnic Nashik
Department: Computer Engineering
Academic Year-2023-24 Important Questions for MSBTE Exam Course Name: OSY (22516) Class TYCO 1. Enlist types of operating system. Explain multiprogramming OS in detail. 2. List and draw a neat labelled diagram of four components of a computer system. 3. Compare between Command line and Graphical user interface. 4. Compare UNIX and Windows Operating System. 5. List and Explain components of operating system. 6. Explain any four services provided by operating system. Draw diagram showing services. 7. Explain any four file related system call. 8. Explain any four system call. 9. Explain any four Operating System Tools. 10. Draw and Explain PCB in detail. 11. Draw and Explain Inter-process Communication. 12. Explain different process states with neat diagram. 13. Compare Long, Short, Middle term scheduler. 14. Explain Multithreading model with diagram. 15. Explain Round Robin scheduling algorithm with example. 16. Describe Deadlock Prevention and Avoidance. 17. Explain deadlock? What are necessary conditions for deadlock? 18. Describe CPU burst cycle and I/O burst cycle. 19. Explain partitioning and its types. 20. Explain internal and external fragmentation. 21. List free space management techniques? Describe any one in detail. 22. Explain difference between paging and segmentation? 23. Describe sequential and direct access method 24. Write Unix command for following: (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 25. List and explain different attributes of file. 26. Enlist different file allocation methods? Explain contiguous allocation method in detail. 27. Construct and explain directory structure of a file system in terms of single level, two leveland three structure. 28. The jobs are scheduled for execution as follows: Process Arrival Time Burst Time P1 0 7 P2 1 4 P3 2 10 P4 3 6 P5 4 8 Find average waiting time and average turnaround time using SJF. 29. Solve given problem by using Round Robin (Time Slice = 3 ms) Calculate average waiting time using Gantt chart. Process Arrival Time Burst Time P11 0 8 P12 1 4 P13 2 9 P14 3 5 30. Given a page reference string (arrival) with four page frames, calculate the page faults With FIFO and LRU page replacement algorithms respectively: 12, 3, 4, 5, 1, 2, 5, 1, 2, 3, 4, 5, 1,6,7,8,7,8,9,7,8,9,5,4,4,5,4,2.