Scheduling Algorithms

Scheduling Algorithms Scheduling Criteria Scheduling Algorithms - Different scheduling algorithms of CPU have different properties and the choice of the specific algorithm may favor one class or processor over other.…

0 Comments

CPU Scheduling

CPU Scheduling CPU Scheduling - In case of single processor only one process can run at a time and other processes waits for until the processor free and can be…

0 Comments

Process Life Cycle

Process Life Cycle The process life cycle can be defined by a state diagram. Which has states representing the execution status of process at various time and transitions. That shows…

0 Comments

Process Termination

Process Termination Process termination when it finishes its execution by executing the final statement and request to the operating system delete it by using exit() system call. At this point…

0 Comments

Process Creation

Process Creation Create system call is used to create the process. The parent process creates the child process by using the create system call which may create many other processes…

0 Comments

Operation on processes

Operation on processes Operation on processes - Usually processes execute concurrently in most systems and they can be dynamically created and deleted. A system must offer a mechanism for process…

0 Comments

Operating System Processes

Operating System Processes Operating System Processes: A Process can be defined as an entity which represents elementary unit of work to be implemented in the system. A process is basically…

0 Comments

Operating System Properties

Operating System Properties There are various important tasks that operating system handle, these tasks are called as operating system properties. Batch processing Multitasking Multiprogramming Interactivity Real time system Distributive environment…

0 Comments

Operating System Services

Operating system services Operating system have an environment for program execution. operating system provides several services for program and for the user of those program. Different operating systems provides different…

0 Comments

Real Time System

Real Time System Real time system is an example of a general purpose operating system. This system is used when the requirements are inelastic for data flow or operations of…

0 Comments