Which of the following is a method of inter-process communication? A) Shared Memory B) Static Memory C) External Memory D) Virtual Memory | Card: 1 / 20 |
Fill in the blank: A __________ is a signaling mechanism that can be used to synchronize processes. | Card: 3 / 20 |
True or False: A co-operating process can execute independently of other processes. | Card: 5 / 20 |
Riddle: I can be blocking or non-blocking, helping processes to share messages, but I don’t use shared memory. What am I? | Card: 9 / 20 |
![]() Unlock all Flashcards with EduRev Infinity Plan Starting from @ ₹99 only |
Which of the following conditions must be satisfied to solve the critical section problem? A) Mutual Exclusion B) Starvation C) Infinite Waiting D) None of the Above | Card: 11 / 20 |
Fill in the blank: In Peterson's solution, the variable __________ is used to indicate whose turn it is to enter the critical section. | Card: 13 / 20 |
True or False: A race condition occurs when multiple processes access shared data concurrently, leading to unpredictable results. | Card: 15 / 20 |
Riddle: I help prevent multiple processes from entering the critical section, but I can be starved if someone else holds the lock. What am I? | Card: 19 / 20 |






