18.9k views
5 votes
Processors in a shared memory multiprocessor __________ .

A. access individual memory only
B. are provided access to a single shared memory
C. communicate via message passing
D. have limited access to shared variables

User Letroll
by
5.8k points

1 Answer

5 votes

Answer:

B

Step-by-step explanation:

In shared memory multiprocessor, all the processors share a common memory and communicate with each other through that memory. All the processors have their own local caches which are all interconnected with each other and common memory.

User Nluigi
by
5.2k points