Attempt any Eight questions.
[8*5=40]
4.
Draw and describe the 5-state process model. [5]
5.
What is kernel? Differentiate between monolithic and microkernel structure. [5]
6.
What is DMA? Explain how it works in brief with suitable diagram. [5]
7.
What are different types of file? Describe the sequential and random access of files. [5]
8.
what is deadlock? What ate necessary conditions for deadlock? Explain. [5]
9.
What is thread? Explain user level thread and kernel level thread. [5]
10.
A 2 GB hard disk has 2 KB block size, calculate the size of bitmap for bitmap based free space management. [5]
11.
What is an operating system? Differentiate between time sharing and real time operating system. [5]
12.
Consider the following set of processes, with the length of CPU brust time given in milli seconds. The processed are assumed to have arrived in the order A, B, C and D all at time 0. What is the turnaround time and waiting time for the scheduling algorithms, RR (quantum = 3) and Priority Algorithm. ProcessABCDCPU Burst89106Priority31(Lowest)24(Highest) [5]