Unit 1
Unit 1
Software installed on
the computer
component of the computer system
that is tangible (HARDWARE).
The computer hardware can be
classified into five components
The input unit
Central processing unit
Main memory
Output unit
Storage unit
The input unit
This unit consists of the devices that are used to input
data into the computer.
Data can be in form of text, mp3, mp4, jpg,
commands, instructions, etc. which the computer
processes into information or suitable output.
The input unit translates human understandable
language into machine language (bits-zeros and
oness) understood by the computer.
The following are the devices
under the input unit
Mouse (3 buttons)
Keyboard ( 4 parts)
scanner
Touchscreen
Joystick
Camera
Microphone
Light pen
Optical mark reader (OMR)
Barcode reader
Magnetic ink Character recognition (micr)
Examples
mouse
of input devices
Few Important keyboard keys
Tab Key
This key is used for making the cursor jump in forward direction,
by many places.
ESC Key
This key is called Escape key. Currently on-going activity gets
cancelled when this key is pressed.
Page Keys
There are two page keys on the keyboard, named as PgDn (i.e. Page
Down) and PgUp (i.e.Page Up). When you press PgUp key,
previous page gets displayed on the screen. Whenyou press PgDn
key, next page gets displayed on the screen.
Backspace Key
This key removes one character from the left side of the cursor to
the right.
CONTINUATION………
Space Bar
This key is used to put blank spaces between the two characters.
DEL Key
This key is used to rub a character from current cursor position.
Caps Lock Key
When you press this key, capital lock becomes on. When you press an
alphabet key, while
capital lock is on, the letter written on it gets typed in upper case.
Shift Key
Shift key is always pressed along with other keys. When you press this key
along with number key then the symbol written on upper part of the key
gets typed. When you press Shift key along with alphabet key then the
alphabet gets typed in upper case.
Enter Key
Enter key is used to start a new line. When you press this key; cursor
comes to the next line. Whatever you type now, gets typed in the next
line.
Function Keys
There are 12 function keys present on the keyboard. They
are named as F1, F2, F3 …..F12.
When you press these keys they perform special
functions.
Cursor Keys
Four cursor keys are there on the keyboard. They are
marked with arrows on them, pointing
in four different directions. Using cursor keys, you can
move the cursor from one place to another.
THE ctrl key
This key also performs special functions e.g.
shortcuts…consider the following shortcuts
Ctrl + L (align left) Ctrl + e (align center)
Ctrl + c (copying)
Ctrl + x (cutting)
Ctrl + v (paste)
Ctrl + F4 (close the window)
Ctrl + u (underline)
Ctrl + Z (undo)
The SYSTEM UNIT
The system unit is the central part of the computer system and
most important hardware. Its usually a rectangular box placed on
your desk or underneath.
The system unit is simply the casings of a desktop computer
which houses all the internal parts of a computer i.e. the ROM,
RAM, CPU, Motherboard, Hard Disk Drive, the fun that cools
the processor and other memory chips. Note that some people
have for years mistaken the system unit for a CPU. This is
however false as the system unit is simply the box or casings that
house all the internal hardware of a computer including the CPU
The CPU which acts as the brain of the computer and it is also
known as the microprocessor, the RAM which is also the
computer’s main memory that stores data and instructions for
the program in execution.
Front of the SYSTEM UNIT
Back of the System unit
THE MOTHERBOARD
The motherboard aka computer’s main circuit board serves to connect
all of the parts of a computer together and it also houses all computer
chips with their various functions including all connecting circuitry
between them.
Some chips are permanently put in place on the motherboard while
others leave a provision to be removed for repairs or upgrades because
they have special sockets or connectors, the RAM chips are a very good
example of chips that can be removed for repairs or upgrade. Other
chips that connect to the motherboard include the CPU, Hard Drives,
Optical Drives, and other ports.
The motherboard is sometimes referred to as the “Backbone of the
Computer” this is so because all peripheral devices such as keyboard,
mouse, printer, scanner, speakers, projector, monitor, etc. are
connected to the motherboard either directly or via cables.
Memory is part of the computer which holds
data and instructions for processing for the
program in execution or in operation which
the CPU accesses either to read information
from it or to store information in it.
Logically memory is an integral part of the
CPU but physically it is separate part
mounted on the motherboard.
Continuation……..
Everything in the computer are stored as a group of 0s and 1s known as
bits.
The size of the memory is measured by the number of bites available.
The following equalities give the measuring units of the memory.
8 Bits = 1 Byte
1024 Bytes = 1 Kilobyte (1KB)
1024KB = 1 Megabyte (1MB)
1024 MB = 1 Gigabyte (1 GB)
1024 GB = 1 Terabyte (1 TB)
While performing a processing operation, a processor needs a place to
temporarily store instructions to be executed and the data to be used
with those instructions. The data and the instructions needed by the
CPU are temporarily stored in the Memory. Therefore the memory acts
as the internal storage of a computer. The programs that are stored in
external storages are loaded into the memory before they start running.
A computer only understands a particular type of numbers called Binary. This
strange number system only uses the digits 0 and 1. The reason for the use of
binary numbers is that
the electronic devices in a computer (the CPU, RAM etc.) have parts that can
only be turned on or off. We can use binary numbers to control these ONs and
OFFs: OFF = 0, ON = 1
Chaffey (2003) identified the following measurements of electronic storage:
(a) Bit: This is the smallest measure of storage. It represents a one or a zero
which means data is present or absent.
(b) Byte: This is the amount of space required to hold a single character such as
9, C, S etc. A byte is made up of eight bits.
(c) Kilobyte (KB): This is approximately one thousand bytes which is
equivalent to one thousand characters or the amount of space required to store
one typed page.
(d) Megabyte (MB): This is approximately one thousand kilobytes or the
equivalent of one million characters.
(e) Gigabyte (GB): This is approximately one thousand megabytes or the
equivalent of one billion characters.
(f) Terabyte (TB): Approximately one thousand gigabytes or an equivalent of
one trillion characters.
The memory of a computer may be either volatile or non-
volatile. If the data will be lost as soon as the power is
turned off the computer, then this type of memory is said
to be Volatile. Such memory needs a continuous steady
power/electricity to remain its content.
Random Access Memory (RAM) is a volatile form of a
computer memory. This small memory is capable of
memorizing temporarily. It can be read and written. That
is, you can both write data into RAM and read data from
RAM. Together with the CPU, RAM determines the
computer's speed. A computer with a large RAM (measured
in GB) and a CPU (measured in GHz) can actually run
faster than a computer with a powerful CPU but with a low
RAM.
Read Only Memory (ROM) As RAM is volatile, the
computers need a non-volatile memory to read larger
programs. This is known as the Read Only Memory
(ROM). The programs which are needed to start up your
computer (Ex: to boot the computer) are stored in ROM.
Images of both a RAM & ROM
RAM CHIPS ROM CHIPS
THE CPU