Use app×
Join Bloom Tuition
One on One Online Tuition
JEE MAIN 2025 Foundation Course
NEET 2025 Foundation Course
CLASS 12 FOUNDATION COURSE
CLASS 10 FOUNDATION COURSE
CLASS 9 FOUNDATION COURSE
CLASS 8 FOUNDATION COURSE
0 votes
66 views
in Computer by (68.9k points)
closed by

Consider the following two-process synchronization solution 

Process 0  

-------- Entry: loop while (turn == 1); (critical section) 

Exit: turn = 1;

Process 1

------- Entry: loop while (turn == 0); (critical section) 

Exit: turn = 0;

The shared variable turn is initialized to zero. Which one of the following is TRUE?

(A) This is a correct two-process synchronization solution.

(B) This solution violates mutual exclusion requirement. 

(C) This solution violates progress requirement. 

(D) This solution violates bounded wait requirement.

1 Answer

+1 vote
by (67.7k points)
selected by
 
Best answer

Correct option is 7

S = -20 + 12 = -8

∴ The largest initial value of S for which at list one P (S) operation remains blocked remains blocked is 7.

Welcome to Sarthaks eConnect: A unique platform where students can interact with teachers/experts/students to get solutions to their queries. Students (upto class 10+2) preparing for All Government Exams, CBSE Board Exam, ICSE Board Exam, State Board Exam, JEE (Mains+Advance) and NEET can ask questions from any subject and get quick answers by subject teachers/ experts/mentors/students.

Categories

...