What does a 'Symmetric' multi-threaded system share across all active threads running within the exact same process?
A. Processor clock cycles exclusively.
B. Nothing; threads share absolutely zero operational bounds.
C. Address space, code section, and global data variables.
D. CPU registers, program counter, and stack pointers.
Answer: Option C
Solution (By JKExamLibrary)
Threads belonging to the same process share their parent process's memory space, program code section, global variables, and open operating system descriptors.
This question belongs to:
Computer
Operating Systems
No comments yet. Be the first to start the discussion!