Set B
Set B
1. Each question carries 1 mark, wrong answer will detect 0.25 marks.
2. Overwriting of answer will not be considered.
3. Choose the correct answer and write in the cell given below.
Q1 Q2 Q3 Q4 Q5 Q6 Q7 Q8
Q6. The transition of a process from Running Q11. What does it mean for a process to be in
state to Ready state occurs when? the "Blocked" state?
a) The process has completed its a) The process is executing on the CPU
execution b) The process is waiting for some event
b) The process is terminated by the user to occur
c) The CPU is preempted by a higher- c) The process has finished execution
priority process d) The process is waiting to be assigned
d) The process enters a waiting state to a processor
Q7. In the context of multiprocessing systems, Q12. Which of the following actions can cause
which of the following statements is true? a process to transition from the "Ready" state
to the "Running" state?
a) All processes must be independent of
each other a) The process terminates
b) Only one process can run at a time b) The process completes I/O operation
c) Multiple processes are executed c) The process is moved to a lower
simultaneously on different priority queue
processors d) The CPU scheduler picks the process
d) Multiprocessing is used to decrease for execution
system security
Q13. The Life Cycle of a process in an
Q8. Which structure in UNIX systems is used operating system includes all the following
to manage processes? states except?
a) 0 a) Burst Time
b) 1 b) Arrival Time
c) 2 c) Time Quantum
d) 4 d) Time Quantum , Arrival Time
Q19. Consider the same process list from Q14. Q25. Given the following processes and their
What is the Compilation Time of process P2 burst times, what is the average waiting time
using Shortest Job First with Preemption? using Round Robin scheduling. Assuming Time
Quantum 2?
a) 12
b) 8 Process ID Arrival Time Burst Time
c) 26
P1 1 6
d) 0
P2 0 8
Q20. Consider the same process list from Q14.
what is the average waiting time using P3 2 7
Shortest Job First with preemption?
P4 3 3
a) 6.7
b) 6.8
c) 6.0
a) 13.25 c) 15.25
d) 6.6
b) 13.52 d) 15.52
B
a) 21
b) 22
c) 23
d) 24