SSC202 Lecture 66
SSC202 Lecture 66
LECTURE 3
The computing system is made up of the computer system, the user and the environment in
which the computer is operated.
a) Hardware
Computer hardware is the collection of physical elements that constitutes a computer system.
Computer hardware refers to the physical parts or components of a computer such as the
monitor, mouse, keyboard, computer data storage, hard drive disk (HDD), system unit (graphic
cards, sound cards, memory, motherboard and chips), etc. all of which are physical objects that
can be touched.
(iii) Memory
* Main Memory: The main memory is also known as the primary memory. It is made up of the
Read Only Memory (ROM) and the Random Access Memory (RAM). Primary memory stores
data and programs temporarily: it’s not retained after the power is turned off. The types of
primary memory are:
1. RAM: Random Access Memory (RAM) is a memory scheme within the computer system
responsible for storing data on a temporary basis, so that it can be promptly accessed by the
processor as and when needed. It is volatile in nature, which means that data will be erased
once supply to the storage device is turned off. RAM stores data randomly and the processor
accesses these data randomly from the RAM storage. RAM is considered "random access"
because you can access any memory cell directly if you know the row and column that
intersect at that cell.
2. ROM(Read Only Memory): ROM is a permanent form of storage. ROM stays active
regardless of whether power supply to it is turned on or off. ROM devices do not allow data
stored on them to be modified.
* Secondary Memory: Stores data and programs permanently :its retained after the power is
turned off. The types of secondary memory are:
1. Hard drive (HD): A hard disk is part of a unit, often called a "disk drive," "hard drive," or
"hard disk drive," that store and provides relatively quick access to large amounts of data on
an electromagnetically charged surface or set of surfaces.
2. Optical Disk: An optical disc drive (ODD) is a disk drive that uses laser light as part of
the process of reading or writing data to or from optical discs. Some drives can only read
from discs, but recent drives are commonly both readers and recorders, also called burners or
writers. Compact discs, DVDs, and Blu-ray discs are common types of optical media which
can be read and recorded by such drives. Optical drive is the generic name; drives are usually
described as "CD" "DVD", or "Bluray", followed by "drive", "writer", etc. There are three
main types of optical media: CD, DVD, and Blu-ray disc. CDs can store up to 700 megabytes
(MB) of data and
DVDs can store up to 8.4 GB of data. Blu-ray discs, which are the newest type of optical
media, can store up to 50 GB of data. This storage capacity is a clear advantage over the
floppy disk storage media (a magnetic media), which only has a capacity of 1.44 MB.
3. Flash Disk: A storage module made of flash memory chips. A Flash disks have no
mechanical platters or access arms, but the term "disk" is used because the data are accessed
as if they were on a hard drive. The disk storage structure is emulated.
Note: Peripheral devices are devices been able to be attached to and used with a computer,
though not an integral part of it. They are not essential to the functioning of a computer but they
enhance its functionality. These devices can be input devices, output devices or both.
b) Software
Software is a set of instructions, data or programs used to operate the hardware and execute
specific tasks. It is often broken into three major categories:
(i) System software
This refers to the suits of programs that facilitate the optimal use of the hardware systems and/or
provide a suitable environment for the writing, editing, debugging, testing and running of user
programs. Usually, every computer system comes with a collection of these suits of programs
which are provided by the hardware manufacturer. Examples of system software is operating
system and language translator.
1. Operating Systems: An operating system is a program that acts as an interface between
a user of a computer and the computer hardware. The purpose of an operating system is
to provide an environment in which a user may execute programs. The operating system
is the first component of the systems programs that interest us here. Systems programs
are programs written for direct execution on computer hardware in order to make the
power of the computer fully and efficiently accessible to applications programmers and
other computer users. Systems programming is different from application programming
because the former requires an intimate knowledge of the computer hardware as well as
the end users’ needs. Moreover, systems programs are often large and more complex than
application programs, although that is not always the case. Since systems programs
provide the foundation upon which application programs are built, it is most important
that systems programs are reliable, efficient and correct. In a computer system the
hardware provides the basic computing resources. The applications programs define the
way in which these resources are used to solve the computing problems of the user. The
operating system controls and coordinates the use of the hardware among the various
systems programs and application programs for the various users.
2. Language Translators: A programming language is a set of notations in which we
express our instructions to the computer. At the initial stage of computer development,
programs were written in machine language conducting the binary system i.e. 0 and 1.
Such programs were hard to write, read, debug and maintain. In an attempt to solve these
problems, other computer languages were developed. However, computers can run
programs written only in machine language. There is therefore the need to translate
programs written in these other languages to machine language. The suites of languages
that translate other languages to machine language are called language translators. The
initial program written in a language different from machine language is called the source
program and its equivalent in machine language is called object program. Three examples
of classes of language translators are assemblers, interpreters and compilers.
***The Environment
The computing environment includes the building housing the other elements of the computing
system namely the computer and the users, the furniture, auxiliary devices such as the voltage
stabilizer, the Uninterruptible Power Supply System (UPS), the fans, the air conditioners etc. The
schematic diagram of the computing system is presented in the figure below.
ASSIGNMENT
1. Without looking at the lecture note or using any other resource, classify the following
devices: (a) touchpad (b) Graphic tablet (c) projector (d) trackpad (e) screen-touch (f)
fingerprint scanner (g) airpod (h) webcam
2. Discuss the relationship between hardware and software.