Different data is contained in the process table:
All of the information needed to keep track of a process when switching is kept in a data package called process control block.s A PCB is a data structure in the operating system kernel containing the information needed to manage a particular process. The PCB is the manifestation of a process in an operating system,
authorization
The five major achievements of operating system are in the areas of Process Memmory Management Information protection and security Scheduling and Resource management System Structure
i want information on LATEST operating system but this is giving me just useless things
True
process
Each process running on a processor needs its own logical address space. This can only be realized if each process has its own page table. To support this, a processor that supports virtual memory must have a page table base register that is accessible by the operating system. For operating system security, this register is only accessible when the processor is in system mode. The operating system maintains information about each process in a process control block. The page table base address for the process is stored there. The operating system loads this address into the PTBR whenever a process is dispatched.
to explain the process currently
Process management in terms of computing is allocating resources in the operating system so that processes such as information exchange and sharing can be completed.
This is not always true, it depends on the operating system and the bootstrap process.
Also known as the process state, the execution context is the internal data the Operating system uses to control or supervise a process.
Embedded system