
Process
·
Computer Science/Operating System
A process is a program that is currently being executed on a computer.It is almost the same as a task, which is the unit of work scheduled by the CPU.When a program is loaded into memory, it becomes an instance of a process,and then the CPU executes it according to the operating system's scheduler. Memory Structure of a ProcessWhen the OS allocates memory to a process, it follows this structure:..