Characteristics of a suspended process:
process
What exactly do you mean by 'optimal operating system'? If you don't define the term there is no way to answer the question.
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.
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,
The four major parts are: the kernel, process manager, file manager and scheduler
h! what is the characteristics of operating system?
Crashing.
An example of a process being suspended is when a computer program is temporarily put on hold by the operating system, such as when it is waiting for user input or for resources to become available. During this time, the program is not actively running, but is still stored in memory and can be resumed later.
True
process
What exactly do you mean by 'optimal operating system'? If you don't define the term there is no way to answer the question.
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.
In operating systems, the "blocked suspended" state refers to a process that is not currently executing and cannot proceed because it is waiting for an external event (like I/O completion) while also being swapped out of main memory to free up resources. The "ready suspended" state indicates that a process is not running but is ready to execute as soon as it is allocated CPU time; it is also swapped out of memory. Both suspended states allow the system to manage memory efficiently while ensuring that processes can resume execution when conditions permit.
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,
Booting up ..! A boot process is a step by step process with which a computer loads the operating system.