In a symmetric multiprocessing (SMP) system, how are the processing responsibilities shared among available CPUs?
A. All processors share the same physical memory space and run tasks simultaneously under equal peer status.
B. Processors are restricted to executing only application software, never OS tasks.
C. Only one processor can be active at any given minute while others stay idle.
D. One primary CPU controls all other slave CPUs and handles all hardware input/output exclusively.
Answer: Option A
Solution (By JKExamLibrary)
In Symmetric Multiprocessing (SMP), multiple peer processors share a common main memory and execute threads concurrently under equal standing.
This question belongs to:
Computer
Operating Systems
No comments yet. Be the first to start the discussion!