aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • UNIX Programming
  • A shared memory segment can be allocated, using _________...
Multiple choice

A shared memory segment can be allocated, using ____________ system call.

  1. msgrcv()

  2. semget()

  3. shmget()

  4. none of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

 A shared memory segment can be allocated, using shmget() system call.

Keep practicing — related questions

  • Which of the following system calls in UNIX allows an user to allocate or create shared memory segment?
  • In _______ allocation of memory, program or data is placed in non-consecutive sets of memory locations.
  • In ______ allocation of memory, program or data is placed into a set of consecutive memory locations.
  • Which of the following is not a system call?
  • The condition of splitting primary memory into segments as the memory is allocated, is known as _________.
  • Components can only be allocated on the -----
  • Which of the following is NOT shared by the threads of the same process?
  • Which of the following is not shared by the threads of the same process?
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy