In operating system, each process has its own __________

A)  open files
B)  address space and global variables
C)  pending alarms, signals, and signal handlers
D)  All of the above

Correct Answer :   All of the above


Explanation : In Operating Systems, each process has its own address space which contains code, data, stack, and heap segments or sections. Each process also has a list of files that is opened by the process as well as all pending alarms, signals, and various signal handlers.