OSY - (22516) AssignmentQuestions
OSY - (22516) AssignmentQuestions
Assignment Questions
Unit 1 – Overview of Operating System [8M]
1. Define real time operating system. List its any four applications of it. 2M 19 – W
2. Differentiate between Multi programmed and Multitasking operating
system (Any two points) 22 – S
3. State any two features of Linux. 23 – S
4. Difference between Time sharing system and Real time system. (any 2 points) 23 – S
5. Enlist types of operating system. Explain multiprogramming OS in detail. 4M 19 – W
6. Write Unix command for following: 19 – W
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.
7. Explain Time sharing O.S. 22 – S
8. Compare between command line and Graphical user interface. (Any four points) 22 – S
9. Describe multiprocessor OS with it's advantages. (any two) 23 – S
10. Explain real time OS. Explain it's types. 23 – S
9. Solve given problem by using SJF and FCFS scheduling algorithm using Gantt chart.
Calculate the average waiting time for each algorithm. 22 – S
10. Explain LRU page replacement algorithm for following reference string. 6M
7 0 1 2 0 3 0 4 2 3 0 3 2 1 2 0 1 7 0 1 Calculate the page fault. 19 – W
11. The jobs are scheduled for execution as follows: 19 – W
i) SJF
ii) FCFS Also find average waiting time using Gantt chart.
12. Given a page reference string with three (03) page frames. Calculate the page
faults with ‘Optimal’ and ‘LRU’ page replacement algorithm respectively.
7,0,1,2,0,3,0,4,2,3,0,3,2,1,2,0,1,7,0,1 22 – S
13. Solve given problem by using
(i) Pre-emptive SJF
(ii) Round Robin (Time Slice = 3 ms)
Process A. T. B. T. (in ms)
P11 0 8
P12 1 4
P13 2 9
P14 3 5