Ask Question
24 April, 05:17

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

+5
Answers (1)
  1. 24 April, 05:23
    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?
Get 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 & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers