What is a Process in Operating System?

In Operating System, the Process refers to an instance of a computer program in execution. The Process includes the current values of the program counter, registers, and variables. Processes create a fundamental structure of any modern operating system. The general definition of a process is “a program in execution” or “a loaded program and its … Read more