Model Os QP 2024
Model Os QP 2024
Note: 1. Answer one full question from each Module 1,2,3,4,5 (5Q x 20M=100 Marks)
Module 1
Cognitive
Q. No Questions Marks CO PO
Level
Explain in detail about abstract view of the
1 (a) components of a computer system with a neat 8 1 1,2,3,4,8 Understand
diagram
Explain the services of the operating system that Understand
1 (b) 6 1 1,2,3,4,8
are helpful for the user and the system.
Construct the Gantt chart and calculate average
waiting time and average turnaround time using
Round Robin algorithm with a time quantum=2.
P1 2
1 (c) 6 1 1,2,3,4,8 Apply
P2 1
P3 8
P4 4
P5 5
OR
Illustrate the different states of a process with a
2 (a) 6 1 1,2,3,4,8 Understand
transition diagram.
Identify briefly about types of system calls with
2 (b) 6 1 1,2,3,4,8 Apply
illustration.
2 (c) Consider the following set of processes, with the 8 1 1,2,3,4,8 Apply
length of the CPU burst time given in
milliseconds. The processes are assumed to have
arrived in the order P1, P2, P3, P4, P5, all at
time 0.
1
USN:
2
USN:
OR
What is thrashing? Show how it can be Understand
6 (a) 6 3 1,2,3,4,8
controlled?
Demonstrate with a neat diagram SSD Understand
6 (b) 6 3 1,2,3,4,8
Architecture
What is Garbage Collection? Develop concept of Apply
6 (c) 8 3 1,2,3,4,8
Bad Block Management
Module 4
Illustrate the kernel and shell relationship in UNIX Understand
7 (a) 8 4 1,2,3,5,12
operating System with a neat diagram.
Explain the basic file categories in Unix operating
7 (b) 6 4 1,2,3,5,12 Understand
system?
Experiment with the following Apply
7 (c) 6 4 1,2,3,5,12
i) HOME variable ii) PATH variable
OR
Compare the differences between absolute and
8 (a) 8 4 1,2,3,5,12 Understand
relative pathnames with suitable example.
Illustrate the salient features of Unix Operating Understand
8 (b) 6 4 1,2,3,5,12
System.
Experiment with the following commands. Apply
8 (c) 6 4 1,2,3,5,12
i) man ii) pwd iii) od
Module 5
Which command is used for listing file attributes? Apply
9 (a) Apply the significance of each field in the 8 5 1,2,3,5,12
attributes?
What are file permissions? Utilize the use of Apply
9 (b) chmod to change file permissions using both 6 5 1,2,3,5,12
absolute and relative methods?
9 (c) Identify the three standard files in UNIX. 6 5 1,2,3,5,12 Apply
OR
10 (a) Make use of grep command with all its options. 8 5 1,2,3,5,12 Apply
Identify wild card characters? Explain shell wild Apply
10 (b) 6 5 1,2,3,5,12
card characters with example?
Apply if and While control statements in shell Apply
10 (c) 6 5 1,2,3,5,12
scripts with suitable program