asked 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

asked
User Letroll
by
8.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.

answered
User Nluigi
by
8.7k points