Computer Software
Computer Software
Computer Software
FUNCTIONS OF OS
Memory Management
Keeps tracks of processor and status of process. The program
responsible for this task is
known as traffic controller.
Allocates the processor (CPU) to a process.
De-allocates processor when a process is no longer required
Processor Management
Keeps tracks of processor and status of process. The program
responsible for this task is known as traffic controller.
Allocates the processor (CPU) to a process.
De-allocates processor when a process is no longer required
Device Management
Keeps tracks of all devices. Program responsible for this task is
known as the I/O controller.
Decides which process gets the device when and for how much
time.
Allocates the device in the efficient way.
De-allocates devices
File Management
Keeps track of information, location, uses, status etc. The
collective facilities are often known as file system.
Decides who gets the resources.
Allocates the resources.
De-allocates the resources