Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Which of the following statements is correct? Question 1 9 Answer a . All of threads of a process share the same memory space and
Which of the following statements is correct?
Question Answer
a
All of threads of a process share the same memory space and open files. Within the shared memory, All thread gets same stack, different instruction pointers and registers.
b
All of threads of a process share the same memory space and open files. Within the shared memory, each thread gets its own stack, its own instruction pointer and registers.
c
All of threads of a process don't share the same memory space and open files. Within the shared memory, each thread gets its own stack, its own instruction pointer and registers.
d
All of threads of a process share the same memory space,ID and open files. Within the shared memory, each thread gets its own stack, its own instruction pointer and registers.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started