Operating System Mid Term Question_Evening Batch
Operating System Mid Term Question_Evening Batch
Answer three of the following questions. You must need to answer CO marked
questions.
1. a. Suppose you want to create a directory using a command line interpreter. Now, 1
write down the steps and commands involved in this procedure for windows
based operating systems. (CO1)
b. A graphic design agency needs an operating system for its designers, who often 4
work with multiple software applications at the same time, such as image
editing, video rendering, and file transfer applications. The agency wants to
ensure that designers can switch between tasks smoothly without any
interruptions or delays. Which operating system feature—multiprogramming or
multitasking—would be more beneficial in this situation? Explain your answer
with specific reasons related to task switching and responsiveness.
.(CO1)
Explain how system calls are involved in this process. For each task (open file,
write data, terminate process), identify and describe the system call(s) that are
triggered by the user’s actions. How does the operating system handle these
requests?
.
b. Interpret completion time, turnaround time (TAT), waiting time (WT), response 4
time (RT) for the following scenario using shortest job first preemptive
algorithm.
Process Arrival Time Burst Time
A1 2 1
A2 4 5
A3 3 3
A4 3 4
A5 5 3