Q2Operating System
Question
2 marks
What is a Process?
Answer
A Process is a program in active mathematical execution, possessing its own memory space and CPU state.
In OS architecture, a Process is fundamentally defined as a program currently in active execution. Unlike a static program resting on a hard drive, a process is a dynamic, living entity possessing a physical memory space (Text, Data, Heap, Stack) and a strictly tracked CPU architectural state (Program Counter and Registers).