PCB|Process Control Block|Task Control Block

Опубликовано: 20 Октябрь 2024
на канале: TechGuiders
393
5

In this video,we will discuss about PCB or Process Control Block or Task Control Block.Each process has its own Process Control Block which keeps information about that process.It also helps in context switching.PCB is usually kept in kernel space.We discuss the general information kept in PCB such as process id,program counter,memory management information,process state,cpu registers,scheduling information and so on.