answersLogoWhite

0

Are u talking abt the KErnal process?

A program under execution is called process.

All processes in UNIX are created using the fork() system call.

rest of the question not clear..

SiddharthGanguly

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Engineering

Explain using bullet points and an explanation the procedures used when faultfinding in electro-pneumatic and electro hydraulic systems?

explain the procedures used in task3 when fault finding in electro-pneumatic and electo-hidraulic system


1 Explain with the help of a block diagram the basic communication system?

what is communication system explain with block diagram.


What is system implementation in software engineering?

System implementation is the creation and installation of the method to follow the engineering principals to remove part of the human element in the equation. Software engineering is a rapidly growing field.


Is founded and built the same thing?

No, "founded" and "built" are not the same thing. "Founded" refers to the establishment or creation of an organization, institution, or idea, often indicating the initial act of bringing it into existence. In contrast, "built" typically refers to the physical construction or development of something, such as a building or infrastructure, or the process of developing an idea or system further. While both terms can relate to the creation of something, they emphasize different aspects of that process.


What four attributes that you can use to define process in order system?

In an order system, four key attributes to define the process include order creation, order processing, order fulfillment, and order tracking. Order creation involves capturing customer details and product selections, while order processing encompasses verifying payment and inventory. Order fulfillment refers to picking, packing, and shipping the items, and order tracking allows customers to monitor the status of their orders in real-time. Together, these attributes ensure a smooth and efficient order management experience.

Related Questions

What is difference between process and mechanism?

A process is a series of actions or steps taken to achieve a particular outcome, while a mechanism is the part of a system that performs a specific function or operation. In simpler terms, a process is the overall method or plan, while a mechanism is the specific component that enables that process to work.


What are other words for process?

method, technique, way, mechanism, system


What are the principles and process flow of an incomplete medical record system?

explain the principles and process flow of an incomplete medical records system


Feedback mechanism in a sentence?

To deter plagiarism the feedback mechanism is a punishment.


How would you explain data processing system?

data processing system is the process of data that refers to information about what the problem.


What is description of mechanism?

The definition of mechanism is a system of parts working together in a machine. It could also be used to describe a process that needs to be followed in order to accomplish a specific task.


Four Principles of process creation?

There are four main principles of process creation. These include system initialization, the execution of a process creation, a request to start a new process creation, and initiating a batch job.


How does the negative-feedback mechanism work?

Negative feedback is a regulatory process where the output of a system or process is used to counteract a change in input, maintaining stability. When the output deviates from a set point, it triggers a response that acts to bring the system back into balance. This helps to prevent large fluctuations and maintain a steady state within the system.


Explain the purpose of process control block?

to explain the process currently


What are the major system designs activities explain them?

its a process starting with right hand and finish with the left hand


What is process management in oprating system?

Process management in an operating system involves overseeing the creation, scheduling, and termination of processes. It ensures efficient execution by allocating resources, managing process states, and handling inter-process communication. By maintaining a process table, the operating system tracks information about each process, such as its priority and resource usage, facilitating multitasking and optimal CPU utilization. Overall, effective process management is crucial for system stability and performance.


What is fork in operating system?

Fork is a funciton used to duplicate a process. The newly created process is called "child process" and the origingal one is called "parent process". The two processes will differ only in PID (Process ID).