describe where is the code during program execution
Sigiloso
in the ram memory, there is a space allocated for the instance of the program - also called a process, and it contains a segment dedicate for the text ( also with segments for the program call, segment for heap and a segment for the stack.)