operating system - Do the processes in main memory have a process control block ?Or a PCB for a process is formed when it enters the ready queue -


do processes in main memory have process control block ?or pcb process formed when enters ready queue. long-term schedular bring process memory(hard disk) or main memory(ram) ready queue?

every process (i.e., process id) has pcb, , pcb required insert process in ready queue.

a long term scheduler decides submitted jobs become processes, , turns jobs processes. part of turning job process involve creating pcb.


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -