|
Answer» The typical elements of a processed image are: - USER data: This element of user space INCLUDES program data, user stack area, and programs that can be modified.
- User program: The set of instructions that are to be executed.
- System Stack: Each process is associated with one or more LIFO (Last In First Out) stacks. Parameters and calling addresses for procedure and system CALLS are stored here.
- Process control Block (PCB): Information required by the OPERATING system to control OPERATIONS.
|