Operating System - Study Material
Operating System - Study Material
Operating System - Study Material
The operating system works as a mediator between hardware, application software and user.
Operating systems are programs that coordinate computer resources, provide an interface between
users and the computer, and run applications. They manage the computer's processes functioning as
an interface, connecting users with the application software and hardware. Every general purpose
computer must have an operating system to run other programs. It performs basic tasks, such as
recognizing input from the keyboard, sending output to the display screen, keeping track of files and
directories on the disk, and controlling peripheral devices such as disk drives and printers. It controls
different components of a computer and allows users to interact with computer. For large systems,
the operating system has even greater responsibilities and powers. It makes sure that different
programs running at the same time do not interfere with each other. Memory management is also a
function of an operating system in which rearranging and allocating memory for multiple computing
task. The operating system is also responsible for security, ensuring that unauthorized users do not
access the system. It makes computer work properly. Some most popular operating systems are MS
DOS, Windows 95, Windows 98, Windows XP, Windows 2000, Windows Vista and Mac OS X etc.
As a user, we interact with the operating system through a set of commands. For example, the
DOS operating system contains commands such as COPY and RENAME for copying files and
changing the names of files.
The commands are accepted and executed by a part of the operating system called the
command processor or command line interpreter. Graphical user interfaces allow us to enter
commands by pointing and clicking at objects that appear on the screen.
When we first turn on computer, the only thing it is capable of doing is finding the BIOS
(Basic Input Output System), ROM (Read Only Memory), chip on computer's system main board.
This BIOS chip has a program burned onto it that knows where to look for, and how to access the
different expansion slots, ports, drives, and the Operating System.
Page 1
Operating System – Study Material
Operating systems can be classified as a method of operating the system and a mode of
system access. As computers have progressed and developed so have the types of operating systems.
Many computer operating systems will fall into more than one category.
Page 2
Operating System – Study Material
4. Linux: It is a Unix-like operating system based on file Linux kernel. The name "Linux"
comes from the Linux kernel, originally written in 1991 by Linus Thorvald. Linux is
predominantly known for its use in servers and it is also a example of open source software.
Virtual memory: It is a space on hard disk which is used by CPU as extended RAM. It can
be called logical memory which is controlled by operating system. It is an imaginary memory area
which is supported by operating system. It is an alternate set of memory address. Virtual memory
permits the central processor to temporarily store instructions that are currently used on a direct-
access storage device on-line with the computer. Programs use these virtual addresses rather than
real addresses to store instruction and data. When the program is actually executed, the virtual
addresses are converted into real memory addresses. Its main purpose is to increase address space.
Application software
Applications software perform the specific jobs for the user such as producing a payroll, or
stock control program or solving problem etc. It is on top of systems software because it is unable to
run without the operating system and system utilities. It includes programs that do real work for
users. It is also called end-user programs and it includes word processors, spreadsheets, and database
management systems etc.
1. Special purpose application software: Special purpose Software is a type of software that
can only be used for only one specific thing. For example weather forecasting, aeroplane
control etc.
2. General purpose application software: General purpose application software is generally
tools that provide specific capabilities, but not in support of a specific purpose. For example,
a spreadsheet program is a general purpose application.
There are some general application packages: Application packages are programs
available in market for use in computer.
Page 3
Operating System – Study Material
Page 4
Operating System – Study Material
Page 5
Operating System – Study Material
Turnkey system: A computer system that has been customized for a particular
application. The term derives from the idea that the end user can just turn a key and the system is
ready to go. Turnkey systems include all the hardware and software necessary for the particular
application.
Free ware: It is a software offered free of charge, downloadable from the internet. Ex.-
Instant messaging and Google tool bar.
Page 6