Operating System 1
Operating System 1
• The operating system is the most important program that runs on a computer.
• Operating system is an interface between computer and user.
• It is responsible for the management and coordination of activities and the sharing
of the resources of the computer.
2. Editing a file: Once a file has been created, you can use various tools
like word processor and applications to edit it provided by operating
system.
3. Updating a file: The operating system provides the facility to edit the file
and also tracks changes made to the file and updates the file metadata
accordingly.
4. Deleting a file: The operating system provides the facility to delete the
file that you no longer need. OS moves the file to the recycle bin or trash
folder, where it can be restored if necessary, or permanently deletes the
file from the storage device.
2. Device Management
Operating systems provide essential functions for managing devices connected to a
computer. These functions include allocating memory, processing input and output
requests, and managing storage devices. This device could be a keyboard, mouse,
printer, or any other devices you may have connected.
An operating system will provide you with options to manage how each device
behaves. For example, you can set up your keyboard to type in a specific language
or make it so that the mouse only moves one screen at a time.
You can also use an operating system to install software and updates for your
devices and manage their security settings.
3. Process Management
The operating system’s responsibility is to manage the processes running on your
computer. This includes starting and stopping programs, allocating resources, and
managing memory usage. The operating system ensures that the programs running
on your computer should be compatible. It’s also responsible for enforcing program
security, which helps to keep your computer safe from potential attacks.
How do Operating systems manage all processes?
Each process is given a certain amount of time to execute, called a quantum. Once a
process has used its quantum, the operating system interrupts it and provides
another process with a turn. This ensures that each process gets a fair share of the
CPU time.
Allocates resources such that the system doesn’t run out of resources.
Offering mechanisms for process synchronization.
Helps in process communication (inter communication).
4. Memory Management
One of the most critical functions of an operating system is memory management.
This is the process of keeping track of all different applications and processes
running on your computer and all the data they’re using.
This is especially important on computers with a limited amount of memory, as it
ensures that no application or process takes up too much space and slows down
your computer. The operating system can move data around and delete files to
make more space.
When a computer starts up, the operating system loads itself into memory and then
manages all the other running programs. It checks how much memory is used and
how much is available and makes sure that executing programs do not interfere with
each other.
5. Job Accounting
An operating system’s (OS) job accounting feature is a powerful tool for tracking how
your computer’s resources are being used. This information can help you pinpoint
and troubleshoot any performance issues and identify unauthorized software
installations.
Operating systems keep track of which users and processes use how many
resources. This information can be used for various purposes, including keeping tabs
on system usage, billing users for their use of resources, and providing information
to system administrators about which users and processes are causing problems.
The operating system does the following tasks:
Keeps record of all the activities taking place on the system.