Tuesday, February 19, 2019
Essay --
crop A computer extremity means a course of study which is being executed. some are administrative, providing ancillary services for the remainder of the placement and some are application surgeryes. Each attend to has its own words space, or memory allocated to it A program whitethorn contain more(prenominal) than than one process. E.g. we open MSWORD & and so we may work with copy, paste, cut etc commands which are its sub processes or child processes. Some times a process is also called a task .A thread is a gentle process of executes during program execution through a program. E.g. Error messages, Alerts etc , which may appear during program execution. Multiple threads can exist at bottom a process, but they all share a joint speak to space. A process can be in one of threesome states Running Blocked establish (or Queued)There are five several(predicate) states of a process New - The process is being created.Running - instructions are being executed.Waiting - Waiting for some event to occur.Ready - Waiting to be assigned to a processor.Terminated - Process has washed-up execution.Processes must communicate with one another in computer environs e.g. we may open a MSWord & MS-Excel we perform a copy effect in MSWord & then utilization Paste Special function in MS-Excel , here inter process communication is being performed. That is why it is really necessary for a processes that must machinate activities to achieve a common objective. we can also define Inter Process Communication as a set of techniques for the exchange of data among two or more threads in one or more processes. Processes may be running on one or more computers connected by a network. IPC techniques are divided into methods for message passing, synchronization, shared memory, and r... ...he scheduler,& Algorithm it uses is called the scheduling algorithm.The following are the main objectives of SchedulingMake best use of available system resource s,Give preference to those processes which are holding the cite resources.Give preference to processes which are having good behavior.CPU Scheduler basically selects the process from the different processes which are residing in the memory and are ready to execute, & then allocates the CPU to one of them.The Scheduling may be Preemptive or Non-PreemptiveNon-preemptive SchedulingOnce CPU has been allocated to a process, the process keeps the CPU untilProcess exits ORProcess switches to waiting statePreemptive SchedulingProcess can be interrupted and must release the CPU.Need to coordinate access to shared data E.g. when we use Ctrl + Alt + Delete to stamp out the process forcefully.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment