Some attributes of every process are maintained by the kernel in memory in a separate structure called the ______

Some attributes of every process are maintained by the kernel in memory in a separate structure called the ______ Correct Answer process table

As every process has some attributes. Some of these attributes are maintained by the kernel in memory in a separate structure called the process table. A process table is simply an array of many pcb’s. Process table contains two major attributes of a process i.e. processed and parent process ID.

Related Questions