logo

Crowdly

 Semaphore S=1, there are 5 processes po,p1,p2,p3,p4 How many maximum num...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

 Semaphore S=1, there are 5 processes po,p1,p2,p3,p4

p0,p1,p2,p3      executes                           

while (1)

   P(S)

   <CS.>

   V(S)

}

                           p4 executes 

                        while  (1)

                         { 

                                   V(S)

                                        <CS.>

                                          V(S)

                                               }

How many maximum number of processes  can be present in critical section at any point of time?

0%
50%
50%
More questions like this

Want instant access to all verified answers on moodle.spit.ac.in?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!