Computer System Operation
Computer System Operation
Pagurayan BTVTEd 1
TLE 3 – Mr. Romel Conquilla July 14, 2023
It is a specialized software that controls and monitors the execution of all other programs
that reside in the computer, including application programs and other system software
Programs interact with computer hardware with the help of operating system. A user can
interact with the operating system by making system calls or using OS commands.
STORAGE STRUCTURE
Computer Storage contains many computer components that are used to store data. It is
traditionally divided into primary storage, secondary storage and tertiary storage.
Primary storage is also known as the main memory and is the memory directly
accessible by the CPU. The program is loaded into a rewritable main memory
called RAM (random access memory). The memory is organized using words
where each word has its own memory address.
Secondary or external storage is not directly accessible by the CPU. The data
from secondary storage needs to be brought into the primary storage before the
CPU can use it. Secondary storage contains a large amount of data permanently.
Most of the rarely used data is archived in tertiary storage as it is even slower
than primary storage. Tertiary storage stores a large amount of data that is
handled and retrieved by machines, not humans.
COMPUTER SYSTEM STRUCTURE
The traditional/general computer-system architecture consists of one or more CPUs and
a number of device controllers connected via a common bus that provides access to
shared memory. The CPU(s) and device controllers execute concurrently competing for
memory cycles (access synchronized by the memory controller)
OPERATING SYSTEM HISTORY
First Generation
- (1945-1955) In this generation, operating systems were not introduced
therefore the instruction was directly given to the computer systems. All the
code was included to communicate with the connected hardware and the
system.
Second Generation
- (1955-1965) GMOS (General Motos operating system) was the first operating
system that came into the picture in the 1950s which was developed for IBM
computers. IBM was the first one that bought an operating system into the
world.
- In the second generation, around the 1960s the first UNIX Operating system
was developed that was available for free for a few years. Also, the batch
processing system, where all the similar jobs are collected in groups by the
system, and then all the jobs are submitted to the operating system using a
punch card to execute all jobs in a machine.
Third Generation
- (1965-1980) In the third generation, the concept of multiprogramming was
introduced in which multiple tasks could be performed in a single computer
i.e., operating system. Due to performing multiple tasks at a time,
multiprogramming allows the CPU to be busy every time multiple tasks are
performed on the same computer. With the DEC PDP-1 in 1961, the
development of minicomputers' phenomenal growth was introduced.
Fourth Generation
- the birth of the Microsoft Windows operating system was in 1975 and then Bill
Gates took the personal computers to next level by launching MS-DOS in
1981
- In this generation, people were also introduced to Graphic User Interface
(GUI). Today, Windows is the most popular operating system and has
evolved from Windows 95, Windows 98, Windows XP, and Windows 7. The
most used Windows operating system was Windows 7 and Windows 10.
- Apple also introduced its operating system known as MacOS which is also as
popular as Windows these days.