Introduction to Computer Question Answer

Main function of shared memory is


Main function of shared memory is:

शेयर्ड मेमोरी का मुख्य कार्य है
Topic : Introduction to Computer

A. to use primary memory efficently - प्रभावी ढंग से प्राइमरी मेमोरी का यूज़ करने के लिए

B. to do intra process communication - इंट्रा प्रोसेस कम्युनिकेशन करने के लिए

C. to do inter process communication - इंटर प्रोसेस कम्युनिकेशन करना

D. None of above - इनमें से कोई भी नहीं




Correct Answer

C. to do inter process communication - इंटर प्रोसेस कम्युनिकेशन करना


Explanation :
<p><span style="font-size: 14px;">The main function of shared memory is to provide a mechanism for <b><u>inter-process communication (IPC)</u></b>, allowing multiple processes to share data and communicate with each other more efficiently. Shared memory is a method by which several processes can access common data structures, variables, or segments of memory.</span><br></p>