qUESTION bANK OS
qUESTION bANK OS
UNIT-3
1. Explain Principles of Deadlock.
2. Explain Preemptable and NonPreempatble Resources.
3. Explain the Conditions and Preventions for Deadlock.
4. Brief Explain Deadlock Avoidance.
5. Explain Unix Concurrency Mechanisms.
6. Explain Deadlock Starvation.
7. Explain Memory Management Requirements.
8. What is Memory Partitioning.Explain Fixed Partitioning With Advantages.
9. Explain paging in Brief.
10. Explain Segmentation in detail.
11. Explain Dynamic Partitioning With Advantages and Disadvantages.
12. Explain Linux Memory Management.
UNIT-4
1. Consider the following Set of Processes,With the arrival times and the CPU burst times
given in milliseconds.
Process ArrivalTime Burst Time
P1 0 15
P2 0 5
P3 0 13
Draw Gantt chart,calculate Turnaround Time,Waiting time,Average Turnaround Time and
Average Waiting Time for SJF.)
2. Consider the following Set of Processes,With the arrival times and the CPU burst times
given in milliseconds.
Process ArrivalTime Burst Time Priority
P1 0 15 3
P2 0 5 2
P3 0 13 1
Draw Gantt chart,calculate Turnaround Time,Waiting time,Average Turnaround Time and
Average Waiting Time for Priority Scheduling.)
3. Explain the types of Scheduler.
4. Briefly Explain FCFS Scheduling.
5. Briefly Explain Round Robin Scheduling.
6. Define the terms.
a) CPU Utilization
b) Throughput
c) Waiting time
d) Response Time
e) Turnaround Time
7. Explain Highest Response Ratio Next(HRRN)
8. Consider the following Set of Processes,With the arrival times and the CPU burst times
given in milliseconds.
Process ArrivalTime Burst Time Priority
P1 0 15 3
P2 0 5 2
P3 0 13 1
Draw Gantt chart,calculate Turnaround Time,Waiting time,Average Turnaround Time and
Average Waiting Time for Round Robin Scheduling.)(Time Quantum=4)
9. Explain Process Scheduling.
Unit 5
1. Explain Direct Memory Access in os.
2. Explain Single Buffer And Dubble buffer.
3. Explain The Following Term
A) Seek Time
B) Relational Latency
C) Transfer Time
D) Disc Access Time
E) Disc Response time
4. Explain Windows I/O.
5. What is File.Explain its Characteristics.
6. Explain the Indexed Sequential File and the Indexed File.
7. Explain types of Buffer Overflow Attacks With Example.
8. Describe key features of NTFS.