CCC Online Test
Menu mobile
Home
About
About CCC
CCC Syllabus
FAQs
Question Bank
Introduction to Computer
Introduction to Operating System
LibreOffice Writer
LibreOffice Calc
LibreOffice Impress
Introduction to Internet and WWW
Email Social Networking and eGovernance Services
Digital Financial Tools and Applications
Overview of Future Skills and Cyber Security
Study Material
Flash Card
Tutorial
Abbreviation
CCC Blog
O Level Online Test
Report Bug
Qus: Main function of shared memory is:
Qusशेयर्ड मेमोरी का मुख्य कार्य है
A. प्रभावी ढंग से प्राइमरी मेमोरी का यूज़ करने के लिए
B. इंट्रा प्रोसेस कम्युनिकेशन करने के लिए
C. इंटर प्रोसेस कम्युनिकेशन करना
D. इनमें से कोई भी नहीं
Solution
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>