Please help / exam question !!!

linuxnoob

New Member
Joined
Jun 1, 2020
Messages
1
Reaction score
0
Credits
17
Multiple threads of a multithreaded application can share some memory areas, but some portions of their address spaces must always be strictly private. Which areas can be shared and which must be private, i.e., allocated strictly on a per-thread basis. Select the single correct answer.
a. data and code can be shared, but user stack and kernel stack must be private
b. code can be shared, but all the remaining areas must be private
c. kernel stack and code can be shared, but all the remaining areas must be private
d. user stack and code can be shared, but all the remaining areas must be private
e. kernel stack and user stack can be shared, but all the remaining areas must be private
f. code can be shared, but all the remaining areas must be private
g. data can be shared, but all the remaining areas must be private
h. kernel stack and data can be shared, but all the remaining areas must be private
 

Members online


Latest posts

Top