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.
Loading...
Related Quiz
- In a distributed system, processes communicate over the network and may encounter deadlocks. How would you design a deadlock detection and recovery mechanism for such a system?
- How does server-side rendering improve performance in web applications, particularly in frameworks like Next.js for Node.js?
- You're designing a memory management system for a multi-user operating system. How would you ensure fair allocation of memory resources among different processes?
- How can you detect a loop in a linked list?
- What is the primary function of the Network layer in the OSI Model?