Ask Question
22 May, 17:48

In computer architecture, what is the memory segment used by processes to communicate instructions and data to each other?

+2
Answers (1)
  1. 22 May, 19:01
    0
    Normally, each process has an isolated (ie., private) bit of memory. When data needs to be shared, a block of "shared memory" can be defined. Access to this memory needs to be carefully synchronized using synchronization primitives (e. g., semaphores, critical sections) because you never know if the other process is changing the data while you are reading it. (A common source of bugs)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “In computer architecture, what is the memory segment used by processes to communicate instructions and data to each other? ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers