Explain various divisions of process memory

      

Explain various divisions of process memory.

  

Answers


Chei
i) text section-is made up of compiled code,read in form of non volatile memory when the program is executed.
ii)data section-is made up of global variables allocated and initialized before the execution of main program.
iii)Heap section-is used for dynamic allocation of memory and managed using codes to new,delete or free.
iv)stack section-used for local variables

Softwaretech answered the question on April 27, 2019 at 08:02


Next: Differentiate between a process and a program
Previous: Outline various process states

View More Computer Science Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions