• Call Us : 03082533000 (WhatsApp)
  • Email Us : TestPointpk.com@gmail.com
Sticky Note
which system call creates a new process in Unix?
یونکس میں کون سا سسٹم کال نیا پروسیس بناتا ہے؟
  1. exec()
  2. fork()
  3. wait()
  4. exit()
Explanation

The fork (system call) system call is used in Unix to create a new process.

  • It creates a child process that is an exact copy of the parent process.

  • After fork(), both parent and child processes run independently.


    Last updated 15-feb-2026

Related MCQs

  1. Cannot be determined
  2. Data inadequate
  3. Both A and B
  4. None of these
اس سوال کو وضاحت کے ساتھ پڑھیں

کمپیوٹرز کے درمیان ڈیٹا کی منتقلی کس کے ذریعے کی جاتی ہے؟
  1. Protocol
  2. Data Bus
  3. Both A and B
  4. None of these
اس سوال کو وضاحت کے ساتھ پڑھیں

کون سا پروگرام کمپیوٹر کے کام کرنے کو سمجھنے اور منظم کرنے میں مدد کرتا ہے؟
  1. FIFO
  2. OS
  3. SS
  4. None of these
اس سوال کو وضاحت کے ساتھ پڑھیں

  1. 2 bytes
  2. 4 bytes
  3. 8 bytes
  4. 16 bytes
اس سوال کو وضاحت کے ساتھ پڑھیں

آپریٹنگ سسٹم میں کون سا شیڈولنگ الگورتھم بھوک کا شکار ہو سکتا ہے کیونکہ چھوٹے عمل کو مسلسل ترجیح دی جاتی ہے؟
  1. Shortest Job First (SJF)
  2. First Come, First Served (FCFS)
  3. Round Robin (RR)
  4. None of these
اس سوال کو وضاحت کے ساتھ پڑھیں

All Rights Reserved © TestPointpk.com