In operating system, each process has its own __________
2025
In operating system, each process has its own __________
- A.
address space and global variables
- B.
open files
- C.
pending alarms, signals and signal handlers
- D.
all of the mentioned
Attempted by 347 students.
Show answer & explanation
Correct answer: D
Answer: d
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 which is opened by the process as well as all pending alarms, signals and various signal handlers.