What is process

     Process is basically a program in execution. The execution of a process must progress in a sequential fashion when a program is loaded into the memory and it becomes a process. it can be divide into four parts those are: stack, Heap, Text, Data 



Comments

Popular posts from this blog

Write C programs to simulate the Paging techniques of memory management

Write C programs to simulate the Two level directory File organization technique

Write C programs to simulate the Hierarchical directory File organization technique