Process-Synchronization
October 11, 2023Process-Synchronization
October 11, 2023Process-Synchronization
Question 48
|
Producer consumer problem can be solved using :
semaphores
|
|
event counters
|
|
monitors
|
|
all the above
|
Question 48 Explanation:
→ Producer consumer problem can be solved using semaphores.
→ A semaphore is a variable or abstract data type used to control access to a common resource by multiple processes in a concurrent system such as a multitasking operating system.
Semaphore basically two types.
1. Counting semaphores
2. Binary semaphores
→ A semaphore is a variable or abstract data type used to control access to a common resource by multiple processes in a concurrent system such as a multitasking operating system.
Semaphore basically two types.
1. Counting semaphores
2. Binary semaphores
Correct Answer: A
Question 48 Explanation:
→ Producer consumer problem can be solved using semaphores.
→ A semaphore is a variable or abstract data type used to control access to a common resource by multiple processes in a concurrent system such as a multitasking operating system.
Semaphore basically two types.
1. Counting semaphores
2. Binary semaphores
→ A semaphore is a variable or abstract data type used to control access to a common resource by multiple processes in a concurrent system such as a multitasking operating system.
Semaphore basically two types.
1. Counting semaphores
2. Binary semaphores
Subscribe
Login
0 Comments