Recent questions tagged state-transition-diagram

0 0 votes
1 1 answer
68
68 views
\begin{aligned}&\text { Q. Which of following is/are true statements. }\\&\text { A) Suppose we have } 3 \text { process P0 P1 P2 and we want to run all concurrently then...
3 3 votes
1 1 answer
128
128 views
Which of the following events may cause a process $\text{P}$ to move from the running state to the blocked state?$\text{P}$ attempts to read a file. $\text{P}$'s CPU time...
6 6 votes
1 1 answer
213
213 views
According to the standard process-state model, which of the following transitions are valid?A RUNNING process may move to the WAITING state when it blocks for an event su...
5 5 votes
1 1 answer
185
185 views
A single-CPU system contains three processes with priorities:$$X Y Z$$The scheduler always runs the highest-priority runnable process and performs preemption when neces...
1 1 vote
1 1 answer
157
157 views
Consider a single-CPU system with processes $A$, $B$, and $C$.The following events have occurred:$A$ begins execution. $A$ creates $B$, and $B$ is scheduled. The running ...
4 4 votes
1 1 answer
229
229 views
Which of the following statements are correct?The CPU dispatcher determines the policy for which process should be run and when. With cooperative multitasking, it is poss...
1 1 vote
2 answers 2 answers
329
329 views
A sequential circuit has two $D$ flip-flops $D_{A}$ and $D_{B}$ with outputs $A$ and $B$, respectively. The circuit has two inputs $x$ and $y$, and one output $z$. The in...
To see more, click for the full list of questions or popular tags.