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
explain the procedures used in task3 when fault finding in electro-pneumatic and electo-hidraulic system
what is communication system explain with block diagram.
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.
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.
Flow process takes place in open system & non-flow process takes place in closed system.
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.
method, technique, way, mechanism, system
explain the principles and process flow of an incomplete medical records system
To deter plagiarism the feedback mechanism is a punishment.
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.
data processing system is the process of data that refers to information about what the problem.
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.
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.
to explain the process currently
its a process starting with right hand and finish with the left hand
the basic coordinating mechanism in a free market system is Price.
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).