Q 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 these

MCQs Details

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 which is opened by the process as well as all pending alarms, signals and various signal handlers.