Critical Section Problem — Test 1
Page 1 of 1
Question 1
Concurrent access to shared data may result in ____________
0
System Administrator 2026
Question 2
A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called ____________
0
System Administrator 2026
Question 3
The segment of code in which the process may change common variables, update tables, write into files is known as ____________
0
System Administrator 2026
Question 4
Which of the following conditions must be satisfied to solve the critical section problem?
0
System Administrator 2026
Question 5
Mutual exclusion implies that ____________
0
System Administrator 2026
Question 6
Bounded waiting implies that there exists a bound on the number of times a process is allowed to enter its critical section ____________
0
System Administrator 2026
Question 7
A minimum of _____ variable(s) is/are required to be shared between processes to solve the critical section problem.
0
System Administrator 2026
Question 8
In the bakery algorithm to solve the critical section problem ____________
0
System Administrator 2026