Program和Process差異
Program是被動的code,像是file儲存於disk,又稱為executable file(as in a.exe or a.out)。
Process是主動的code,是在記憶體執行的code,有自己的Programming counter, stack, CPU register,PCB, 且為OS排程分配資源的對象。