Fork is
(a) the dispatch of a task
(b) the creation of new job
(c) the creation of new process
(d) increasing the priority of a task
Answers
Answered by
1
Answer:
Fork is,
(b) the creation of new process.
Explanation:
The correct answer is the option (C) The Creation Of A New Process.
In computer programming, a fork is a multitasking operating systems, which creates a copy of itself. The fork is the primary method of process creation on Unix-like operating systems.
Similar questions