Question Description
Two processes, P1 and P2, need to access a critical section of code. Consider the following synchronization construct used by the processes:Here, wants1 and wants2 are shared variables, which are initialized to false. Which one of the following statements is TRUE about the above construct?v /* P1 */while (true) { wants1 = true; while (wants2 == true); /* Critical Section */ wants1=false;}/* Remainder section *//* P2 */while (true) { wants2 = true; while (wants1==true); /* Critical Section */ wants2 = false;}/* Remainder section */a)It does not ensure mutual exclusion.b)It does not ensure bounded waiting.c)It requires that processes enter the critical section in strict alternation.d)It does not prevent deadlocks, but ensures mutual exclusion.Correct answer is option 'D'. Can you explain this answer? for Computer Science Engineering (CSE) 2024 is part of Computer Science Engineering (CSE) preparation. The Question and answers have been prepared
according to
the Computer Science Engineering (CSE) exam syllabus. Information about Two processes, P1 and P2, need to access a critical section of code. Consider the following synchronization construct used by the processes:Here, wants1 and wants2 are shared variables, which are initialized to false. Which one of the following statements is TRUE about the above construct?v /* P1 */while (true) { wants1 = true; while (wants2 == true); /* Critical Section */ wants1=false;}/* Remainder section *//* P2 */while (true) { wants2 = true; while (wants1==true); /* Critical Section */ wants2 = false;}/* Remainder section */a)It does not ensure mutual exclusion.b)It does not ensure bounded waiting.c)It requires that processes enter the critical section in strict alternation.d)It does not prevent deadlocks, but ensures mutual exclusion.Correct answer is option 'D'. Can you explain this answer? covers all topics & solutions for Computer Science Engineering (CSE) 2024 Exam.
Find important definitions, questions, meanings, examples, exercises and tests below for Two processes, P1 and P2, need to access a critical section of code. Consider the following synchronization construct used by the processes:Here, wants1 and wants2 are shared variables, which are initialized to false. Which one of the following statements is TRUE about the above construct?v /* P1 */while (true) { wants1 = true; while (wants2 == true); /* Critical Section */ wants1=false;}/* Remainder section *//* P2 */while (true) { wants2 = true; while (wants1==true); /* Critical Section */ wants2 = false;}/* Remainder section */a)It does not ensure mutual exclusion.b)It does not ensure bounded waiting.c)It requires that processes enter the critical section in strict alternation.d)It does not prevent deadlocks, but ensures mutual exclusion.Correct answer is option 'D'. Can you explain this answer?.
Solutions for Two processes, P1 and P2, need to access a critical section of code. Consider the following synchronization construct used by the processes:Here, wants1 and wants2 are shared variables, which are initialized to false. Which one of the following statements is TRUE about the above construct?v /* P1 */while (true) { wants1 = true; while (wants2 == true); /* Critical Section */ wants1=false;}/* Remainder section *//* P2 */while (true) { wants2 = true; while (wants1==true); /* Critical Section */ wants2 = false;}/* Remainder section */a)It does not ensure mutual exclusion.b)It does not ensure bounded waiting.c)It requires that processes enter the critical section in strict alternation.d)It does not prevent deadlocks, but ensures mutual exclusion.Correct answer is option 'D'. Can you explain this answer? in English & in Hindi are available as part of our courses for Computer Science Engineering (CSE).
Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free.
Here you can find the meaning of Two processes, P1 and P2, need to access a critical section of code. Consider the following synchronization construct used by the processes:Here, wants1 and wants2 are shared variables, which are initialized to false. Which one of the following statements is TRUE about the above construct?v /* P1 */while (true) { wants1 = true; while (wants2 == true); /* Critical Section */ wants1=false;}/* Remainder section *//* P2 */while (true) { wants2 = true; while (wants1==true); /* Critical Section */ wants2 = false;}/* Remainder section */a)It does not ensure mutual exclusion.b)It does not ensure bounded waiting.c)It requires that processes enter the critical section in strict alternation.d)It does not prevent deadlocks, but ensures mutual exclusion.Correct answer is option 'D'. Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of
Two processes, P1 and P2, need to access a critical section of code. Consider the following synchronization construct used by the processes:Here, wants1 and wants2 are shared variables, which are initialized to false. Which one of the following statements is TRUE about the above construct?v /* P1 */while (true) { wants1 = true; while (wants2 == true); /* Critical Section */ wants1=false;}/* Remainder section *//* P2 */while (true) { wants2 = true; while (wants1==true); /* Critical Section */ wants2 = false;}/* Remainder section */a)It does not ensure mutual exclusion.b)It does not ensure bounded waiting.c)It requires that processes enter the critical section in strict alternation.d)It does not prevent deadlocks, but ensures mutual exclusion.Correct answer is option 'D'. Can you explain this answer?, a detailed solution for Two processes, P1 and P2, need to access a critical section of code. Consider the following synchronization construct used by the processes:Here, wants1 and wants2 are shared variables, which are initialized to false. Which one of the following statements is TRUE about the above construct?v /* P1 */while (true) { wants1 = true; while (wants2 == true); /* Critical Section */ wants1=false;}/* Remainder section *//* P2 */while (true) { wants2 = true; while (wants1==true); /* Critical Section */ wants2 = false;}/* Remainder section */a)It does not ensure mutual exclusion.b)It does not ensure bounded waiting.c)It requires that processes enter the critical section in strict alternation.d)It does not prevent deadlocks, but ensures mutual exclusion.Correct answer is option 'D'. Can you explain this answer? has been provided alongside types of Two processes, P1 and P2, need to access a critical section of code. Consider the following synchronization construct used by the processes:Here, wants1 and wants2 are shared variables, which are initialized to false. Which one of the following statements is TRUE about the above construct?v /* P1 */while (true) { wants1 = true; while (wants2 == true); /* Critical Section */ wants1=false;}/* Remainder section *//* P2 */while (true) { wants2 = true; while (wants1==true); /* Critical Section */ wants2 = false;}/* Remainder section */a)It does not ensure mutual exclusion.b)It does not ensure bounded waiting.c)It requires that processes enter the critical section in strict alternation.d)It does not prevent deadlocks, but ensures mutual exclusion.Correct answer is option 'D'. Can you explain this answer? theory, EduRev gives you an
ample number of questions to practice Two processes, P1 and P2, need to access a critical section of code. Consider the following synchronization construct used by the processes:Here, wants1 and wants2 are shared variables, which are initialized to false. Which one of the following statements is TRUE about the above construct?v /* P1 */while (true) { wants1 = true; while (wants2 == true); /* Critical Section */ wants1=false;}/* Remainder section *//* P2 */while (true) { wants2 = true; while (wants1==true); /* Critical Section */ wants2 = false;}/* Remainder section */a)It does not ensure mutual exclusion.b)It does not ensure bounded waiting.c)It requires that processes enter the critical section in strict alternation.d)It does not prevent deadlocks, but ensures mutual exclusion.Correct answer is option 'D'. Can you explain this answer? tests, examples and also practice Computer Science Engineering (CSE) tests.