A ___________ is a data structure used to store information about the state of each thread in...

  • Thread Descriptor
  • Thread Control Block
  • Thread Scheduler
  • Thread Table
Thread Control Block: This option refers to a data structure used by the operating system to store information about each thread's state and execution context. It contains details such as the thread's program counter, stack pointer, register values, and scheduling information. The thread control block is crucial for the operating system's thread management, including context switching and scheduling decisions.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *