Login
Register
Dark Mode
Brightness
Ambient Glow – Questions list
Register
Profile
Edit Profile
Messages
My favorites
My Updates
Logout
Process Synchronization
Recent questions tagged process-synchronization
3
3 votes
2
2 answers
191
191 views
GO Classes DPP | GATE CS | Operating System | Condition Wait
Suppose $\texttt{x}$ is a condition variable inside a monitor.What happens when a process executes:$\texttt{x.wait()}$Mutual exclusion is established on variable $\texttt...
GO Classes
191
views
asked
Aug 31
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-360
goclasses-os-practice-questions
concurrency
process-synchronization
+
–
4
4 votes
1
1 answer
221
221 views
GO Classes DPP | GATE CS | Operating System | Peterson’s Solution
Two processes $P_i$ and $P_j$ use Peterson’s solution:$\texttt{flag[i] = TRUE;}$$\texttt{turn = j;}$$\texttt{while(flag[j] \&\& turn == j);}$$\texttt{Critical Section}$$\...
GO Classes
221
views
asked
Jul 27
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-332
goclasses-os-practice-questions
peterson-algorithm
process-synchronization
numerical-answers
+
–
2
2 votes
1
1 answer
174
174 views
GO Classes DPP | GATE CS | Operating System | Turn Variable
Consider the following solution for process $P_i$:$\texttt{while (turn != i);}$$\texttt{Critical Section}$$\texttt{turn = j;}$Which of the following statements are correc...
GO Classes
174
views
asked
Jul 27
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-332
goclasses-os-practice-questions
turn-variable
process-synchronization
multiple-selects
+
–
4
4 votes
1
1 answer
220
220 views
GO Classes DPP | GATE CS | Operating System | Mutual Exclusion
Two processes use the following symmetric solution:For process $P_i$:$\texttt{flag[i] = TRUE;}$$\texttt{while (flag[j]);}$$\texttt{Critical Section}$$\texttt{flag[i] = FA...
GO Classes
220
views
asked
Jul 27
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-332
goclasses-os-practice-questions
lock-variable
process-synchronization
mutual-exclusion
multiple-selects
+
–
3
3 votes
1
1 answer
279
279 views
GO Classes DPP | GATE CS | Operating System | Lock Variable
Consider the following entry and exit code used by two processes:$\texttt{while(lock);}$$\texttt{lock = TRUE;}$$\texttt{Critical Section}$$\texttt{lock = FALSE;}$Initiall...
GO Classes
279
views
asked
Jul 25
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-332
goclasses-os-practice-questions
lock-variable
process-synchronization
+
–
3
3 votes
1
1 answer
237
237 views
GO Classes DPP | GATE CS | Operating System | Process Synchronization
Which of the following statements are correct?Mutual exclusion ensures that if one process is executing in its critical section, no other process can execute in its criti...
GO Classes
237
views
asked
Jul 25
Operating System
goclasses
goclasses-cs-dpp
operating-system
goclasses-cs-dpp-day-332
goclasses-os-practice-questions
process-synchronization
mutual-exclusion
bounded-waiting
multiple-selects
+
–
2
2 votes
3
3 answers
316
316 views
PW Process Synchronization dpp question
Prakhar_gate
316
views
asked
Apr 4
Operating System
operating-system
process-synchronization
+
–
1
1 vote
1
1 answer
199
199 views
Bounded waiting and starvation
Diffrence between Bounded Waiting and Strvation in synchronizationand why both not related to each other...?
Prakhar_gate
199
views
asked
Apr 1
Operating System
operating-system
process-synchronization
+
–
2
2 votes
2
2 answers
417
417 views
Operating System Sample Question 1
RahulVerma3
417
views
asked
Mar 15
Operating System
operating-system
process-synchronization
+
–
1
1 vote
0
0 answers
259
259 views
Operating system Concepts, 10th edition update, silberschatz,glavin, and gagne.
Q1-Consider the details of a paging system given below to answer the questions that follow.Page size 256 bytes, virtual memory address space of 2^14 bytes, physical memor...
rushika234
259
views
asked
Mar 9
Operating System
operating-system
process-synchronization
galvin
+
–
0
0 votes
0
0 answers
199
199 views
Galvin Exercise Question 6.28 | Process Synchronisation
Consider a system consisting of processes P1, P2, ..., Pn, each of which has a unique priority number. Write a monitor that allocates three identical printers to these pr...
tarunmundriya
199
views
asked
Dec 27, 2025
Operating System
operating-system
process-synchronization
galvin
gate-preparation
+
–
0
0 votes
0
0 answers
485
485 views
UGC NET CSE | June 2025 | Part 2 | Question: 63
Identify the correct statement(s) from the followings with respect to Spinlock SemaphoresThe name refers to busy waiting semaphores.They are not useful when the locks are...
Shubham Sharma 2
485
views
asked
Sep 10, 2025
Operating System
ugcnetcse-june2025
operating-system
process-synchronization
semaphore
+
–
0
0 votes
1
1 answer
489
489 views
UGC NET CSE | August 2024 | Part 2 | Question: 62
Which of the following statements are TRUE about mutual exclusion in concurrent programming?Mutual exclusion ensures that only one process can be in a critical section at...
Shubham Sharma 2
489
views
asked
Sep 9, 2025
Operating System
ugcnetcse-aug2024
operating-system
process-synchronization
mutual-exclusion
+
–
0
0 votes
1
1 answer
357
357 views
UGC NET CSE | December 2023 | Part 2 | Question: 53
Which of the following statements are CORRECT ?A process always check state of currently executing process to enter critical schema.Spin locks uses busy waiting.Periodica...
Shubham Sharma 2
357
views
asked
Sep 9, 2025
Operating System
ugcnetcse-dec2023
operating-system
process-synchronization
critical-section
+
–
0
0 votes
2
2 answers
484
484 views
CMI CS 2025 | Part A | Question: 10
Consider the following two procedures proc$1$ and proc$2$, which run in parallel after initialising initialising x to $0$. Running in parallel means that between any two ...
Shubham Sharma 2
484
views
asked
Jun 20, 2025
Operating System
cmi2025
operating-system
process-synchronization
concurrency
multiple-selects
+
–
Page:
1
2
3
4
5
6
...
19
next »