Module-1 1
Module-1 1
UNIVERSITY
Owned and operated by the City Government of Urdaneta
AND ARCHITECTURE
MODULE 1
ELEMENTS OF COMPUTER SYSTEM
INTRODUCTION:
LEARNING OBJECTIVES:
After studying the module, you should be able to:
DIRECTIONS/MODULE ORGANIZER:
There are three lessons in the module. Read each lesson carefully then
answer the activities. For instructions about submission, you will be guided by
your instructor.
In case you encounter difficulty, do not hesitate to discuss this with your
instructor during the face-to-face meeting or through other means of
communication.
LESSON 2
ELEMENTS OF COMPUTER SYSTEMS
What is a computer?
A. Hardware
An input device is a
hardware that is used toenter
data into a computer or a
similar processing device such
as a smartphone. Examples
are keyboard, mouse,
touchpad, joystick,
touchscreen, scanner,
microphone, and digital
camera.
Storage device
Is any physical device where data are stored. Examples of storage devices
include hard disk, DVDs, CDs, magnetic tape, Flash drive/thumb drive/Flash
memory (USB memory sticks). This is where your files and data go to. There are
two types of storage devices: primary storage, which is the Random-Access
Memory or RAM, and the secondary storage such as flash drives, CDs, hard
disks, and SD cards. Primary storage is volatile, which means that it needs a
continuous supply of electricity to store data. When you turn off the computer
the data stored in the device is lost.
On the other hand, secondary devices are non-volatile, which does not need
the continuous supply of electricity so that when you turn off your computer,
the data or files will still be in the device.
A. Software
C. Peopleware
Peopleware can refer to anything that has to do with the role of using and
development of computer software and hardware systems. Some of these
roles are computer operators, system administrators, computer programmers,
and computer technician.
Computer operators are those who regularly use the computer. They use the
computers for specific tasks like creating documents and spreadsheets. They
are sometimes called the end users. Simply, these are anyone who use a
computer. If you are using your phone for something like watching a video, you
can call yourself a computer operator.
Computer programmers are those who create software. They encode the
instructions that tell the computer what to do which is called computer
programming. Instructions used by the programmers are called programming
languages. Generally, the position requires a degree in computer science or
other computer courses.
Computer technicians are those who focus on the troubleshooting and fixing
of the hardware element of computer systems. Sometimes system
administrators can take the role of technicians. But unlike the system admin,
technicians tend to focus more on fixing hardware.
Hackers, they acquire knowledge and mastery in almost all of the roles above
and take advantage of it in using the computer for unconventional tasks. We
will learn more about these in our succeeding lessons.
The foundation of the computer is the language that it uses to accept, process,
store and communicate data or information. This language is called the
machine language.
Machine language is in the form of bits (short for binary digits). In its basic form
computer data is represented by two digits which are 0 and 1. So how does it
process a simple “Hi”. We have looked in the previous lesson about the forms
of data. All forms of data are represented by bits (0 and 1) in the computer. Let
us look at an example. In your devices, the word “Hi” is represented by 01001000
01101001. You can look at the chart below and try to figure out how it became
1s and 0s. This chart is derived from the ASCII chart (American Standard Code
for Information Interchange).
How are these bits stored in the computer? Those bits can be represented by
a state. What we mean by state is anything that has opposite value such as,
black/white, north/south (magnet’s polarity), on/off, etc. So, a simple “Hi” in a
hard disk are represented as either north or south polarity since hard disks use
magnetic fields.
Images also use bits. Images are made up of pixels (short for picture elements).
Each pixel is a color of the image. A color is represented by bits. For example,
red is 11111111 00000000 00000000.
LEARNING ACTIVITY 2
1. Identify all the computers that you can find in your household.
2. Identify the input, output, and storage devices of these computers. You may
take a picture of the device and label the input, output, and storage devices.
3. Write your full name in machine language or binary. Refer to the chart in our
lesson.
Prepared by: