in Operating System
2,152 views
3 votes
3 votes

Fork is

  1. the creation of a new job
  2. the dispatching of a task
  3. increasing the priority of a task
  4. the creation of a new process
in Operating System
2.2k views

3 Answers

8 votes
8 votes
Best answer

System call fork() is used to create processes. It takes no arguments and returns a process ID. The purpose of fork() is to create a new process, which becomes the child process of the caller. So answer is D

selected by
1 vote
1 vote
fork() system call creates new process.

1 comment

Answer is D
0
0
0 votes
0 votes
ans- D  -  the creation of a new process

Job often mean set of process while  process is single unit of task.
Answer:

Related questions