Operating System
Operating System
Definition:
An operating system is a program that acts as an interface between the user and the computer hardware
and controls the execution of all kinds of programs.
Real time: Responds to input instantly. General-purpose operating systems, such as DOS and UNIX, are
not real-time
Interacting With the Operating System
As a user, you normally 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, respectively. 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 you to
enter commands by pointing and clicking at objects that appear on the screen.
COMPUTER HARDWARE:
An operating system is closely attached to the hardware of the computer it runs on. It expands the
computer's instruction set and controls its resources. To work, it must know a great deal about the
hardware, at least about how the hardware appears to the programmer. The CPU, memory, and I/O devices
are all joined by a system bus and communicate with one another over it. Modern personal computers
have a more complex structure, involving several buses.