Which of the following is not an IPC (Inter Process Communication) mechanism?
Which of the following is not an IPC (Inter Process Communication) mechanism?
Answer: D. Paging — Paging is a memory management scheme by which a computer stores and retrieves data from secondary storage for use in main memory. It's not an Inter Process…
- A.
Pipes
- B.
Message passing
- C.
Semaphores
- D.
Paging
Attempted by 60 students.
Show answer & explanation
Correct answer: D
Paging is a memory management scheme by which a computer stores and retrieves data from secondary storage for use in main memory. It's not an Inter Process Communication mechanism.
Loading lesson…