Computer Science, asked by trisharoy4242, 11 months ago

What Is Shared Memory Architecture?

Answers

Answered by Anonymous
0

Answer:

Explanation:

In computer science, shared memory is memory that may be simultaneously accessed by multiple programs with an intent to provide communication among them or avoid redundant copies.

Answered by UnmarriedGirl
0
In computer science, shared memory is memory that may be simultaneously accessed by multiple programs with an intent to provide communication among them or avoid redundant copies... Using memory for communication inside a single program, e.g. among its multiple threads, is also referred to as shared memory.
Similar questions