0% found this document useful (0 votes)
51 views

Os Model Exam

os

Uploaded by

Surya Natarajan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views

Os Model Exam

os

Uploaded by

Surya Natarajan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

OXFORD ENGINEERING COLLEGE-TRICHY-09

DEPARTMENT OF INFORMATION TECHNOLOGY


MODEL EXAMINATION
CS3451-INTRODUCTION TO OPERATING SYSTEM
Year /Sem: II /IV Duration: 3hrs
STAFF: SWEETHA/CSE Max marks: 100marks

PART A-Answer All Questions (10x2=20 Marks)


1. Define Operating system?
2. List the services of OS?
3. Define System call. Give two system calls with their purpose?
4. State the Critical Section Problem.
5. What is thrashing?
6. Name the Four Conditions for Deadlock.
7. List the advantages of Demand Paging.
8. What is a Virtual Machine?
9. List any two components that are unique for mobile OS.
10. List the various file access methods.
PART B -Answer All Questions (5x13=65 Marks)
11.a) i) List down the Objectives and Functions of Operating System? (6)
ii)Detail the various types of user interfaces supported by operating systems. (7)
(OR)
b) i) Explain the various structures of operating system. (7)
ii) Explain the purpose and importance of system calls in detail with examples. (6)

12. a) Consider the following set of processes, with the length of the CPU burst given in milliseconds.
Process Burst Time priority
P1 2 2
P2 1 1
P3 8 4
P4 4 2
P5 5 3
The processes are assumed to have arrived in the order P1, P2, P3, P4, P5, all at time 0.
a. Draw 4 Gantt charts that illustrate the execution of these processes using the following scheduling
alg.FCFS, SJF, non-primitive priority and RR(quantum=2).
b. What is the turnaround time of each process for each of the scheduling algorithms in part a?
c. What is the waiting time of each process for each of these scheduling algorithms?
d. Which of the algorithms results in the minimum average weight time (overall processes)?
(OR)
b. Explain about Semaphores and Monitors. (13)

13. a) What is Paging? Elaborate paging with an example diagram. (13)


(OR)
b) Consider the Page reference string: 1 2 3 4 1 3 0 1 2 4 1- and 3-page frames. Find the Page faults, hit ratio
and miss ratio using FIFO, Optimal page replacement and LRU schemes. (13)

14. a) Write detail notes on file system interface and file system structure. (13)
(OR)
b) Following are the references attempted to hard disks:67,22,78,34,21,78,99. Recommend a suitable disk
scheduling algorithm among FCFS, SSTF, SCAN and LOOK after applying all. Provide statements that support
your recommendation. (Note: Initial head position is at 20). (13)

15. a) present on outline of the types of virtual machines. Explain in detail. (13)
(OR)
b) i) Explain the architecture of Android OS. (6)
ii) Compare iOS with Android OS. (7)
PART C-Answer All (1x15=15 Marks)
16. a) Explain the various types of Page replacement algorithm with examples.
(OR)
b) Explain the various types of CPU scheduling algorithms with suitable examples.

You might also like