taakbesturingsblok
Taakbesturingsblok, often abbreviated as TCB, is a fundamental data structure in operating systems used for managing processes or threads. It encapsulates all the necessary information about a specific task, enabling the operating system kernel to control and schedule its execution.
A TCB typically contains information such as the task's state (e.g., ready, running, blocked), its priority, program
When a task switch occurs, the operating system saves the current TCB of the running task and