Fork is

2008

Fork is

  1. A.

    the creation of a new job

  2. B.

    the dispatching of a task

  3. C.

    increasing the priority of a task

  4. D.

    the creation of a new process

Attempted by 426 students.

Show answer & explanation

Correct answer: D

The fork() system call is used to create a new process, known as the child process. The newly created process (child) is an exact duplicate of the existing process (parent). Therefore, fork represents the creation of a new process.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Isro