Which of the following is NOT normally shared among threads of the same process?

Options

  • A. Code section
  • B. Data section
  • C. Register set
  • D. Open files
  • E. None of the above

Correct Answer (Detailed Explanation is Below)

C. Register set

Detailed Explanation

Each thread has its own register set, whereas code, data, and process resources such as open files are generally shared.