Major Hardware Components of A Computer System
Major Hardware Components of A Computer System
Central Processing Unit (CPU) - It processes the data that was entered into the computer
system and produces an output, which may be stored for later use or presented to the user
immediately.
➔ It is considered the brain of the computer.
➔ It receives data as input, executes instructions and processes data to create information.
➔ It communicates with Input/Output (I/O) devices that send and receive data to and from
the CPU
➔ The speed of the CPU is measured in Megahertz (MHz) or Gigahertz (GHz).
➔ It is also known as the processor, the microprocessor or chip.
Storage - A process through which digital data is saved within a data storage device by means
of computing technology. The storage means to store information for later use. It is information
at rest.
➔ Storage Device - A mechanism that enables a computer to retain data, either
temporarily or permanently.
Main / Primary Memory / Immediate Access Storage - The storage space in the computer
where data to be processed and instructions required for processing are stored.
➔ The function of main memory is to provide temporary storage for instructions and data
during the execution.
➔ When data/information is sent to the CPU, the information must first travel to the main
memory. Then, the CPU accesses the data from main memory.
➔ It holds only the data and instructions on which the computer is currently working on.
The data and instructions to be processed resides in the main memory.
➔ Primary storage devices provide quick access and high transfer speeds.
➔ Primary memory provides fast access to the CPU, which allows active programs to
deliver optimal performance to the end-user.
➔ A computer cannot run without primary memory
Some ROM is non-volatile but can be reprogrammed. This type of ROM include:
➔ Programmable Read-Only Memory (PROM) - PROM is read-only memory that is initially
empty and can be programmed only once using special equipment.
◆ Once the PROM chip is programmed, the data cannot be modified or deleted.
➔ Erasable Programmable Read-Only Memory (EPROM) - EPROM is read-only memory
that can be reprogrammed multiple times using ultraviolet light.
◆ The data stored on EPROM can be erased and new data can be written unto it
many times.
◆ EPROM requires special equipment to program and the reprogram.
➔ Electrically Erasable Programmable Read-Only Memory (EEPROM) - EEPROM is
designed to be programmable and erasable by a user repeatedly using electrical signals.
◆ Like EPROM, the data store on EEPROM can be erased and new data can be
written unto it multiple times.
◆ However, EEPROM does not require special equipment to do this.
◆ It allows one byte of data to be erased or written at a time.
➔ Flash ROM - Flash ROM is an enhanced version of EEPROM
◆ Flash ROM allows blocks of data / multiple bytes of data to be erased or written
at a particular time, while EEPROM only allows one byte of data to be deleted or
written at a particular time.
● Hence, Flash Memory is much faster than EEPROM.
These types of non-volatile memories are referred to as programmable ROM as they can be
altered.
RAM is a volatile memory, it is temporary memory. While ROM is non-volatile and holds data
permanently even when the power is turned off.
Secondary / Auxiliary / External Storage - The storage space that is used to store
data/information permanently.
➔ It is long-term storage.
➔ It is non-volatile.
◆ This means that the data is permanently stored even if the power is switched off.
➔ Secondary storage is required because of the need to permanently store some data in a
computer for permanent use.
➔ The CPU does not directly access the data stored in secondary memory.
◆ The contents of secondary storage are first transferred to the main memory, and
then the CPU can access it.
➔ The computer may run without the secondary memory
➔ It is slower than main memory
➔ It is commonly used for backing up data.
➔ Secondary storage is cheaper than main memory.
There are three main types of secondary storage in a computer system today:
➔ Solid State Storage Devices
➔ Optical Storage Devices
➔ Magnetic Storage Devices
Primary storage and secondary storage often work together to create ideal storage conditions.
For example, when you are typing a document in Word, that data is stored in main memory as
you are currently working on it. When you save your work, the file data moves from primary
memory to a secondary storage device for long term retention.
Bit b 1 or 0
Nibble - 4 bits
Byte B 8 bits
Magnetic Storage Devices - Magnetic devices use magnetic fields to magnetise tiny individual
sections of a medium.
➔ Magnetic storage media and devices store data in the form of tiny magnetised dots.
◆ These dots are created, read and erased using magnetic fields created by very
tiny electromagnets.
◆ In the case of magnetic tape, the dots are arranged along the length of a long
plastic strip which has been coated with a magnetisable layer.
● Audio and video tapes use a similar technology
◆ In the case of magnetic discs (e.g. floppy discs or hard-drive), the dots are
arranged in circles on the surface of a plastic, metal or glass disc that has a
magnetisable coating.
➔ They are fairly cheap.
➔ They are high in capacity.
➔ They are durable.
➔ They are susceptible to damage if dropped.
➔ They are vulnerable to magnetic fields
◆ A strong magnet might possibly erase the data the device holds.
Magnetic Tape
● Magnetic tape is a large capacity, serial access medium.
○ Serial access is where data records are stored one after the other with no regard
to the order. This is usually an unprocessed file.
■ Data is accessed by starting at the beginning and then searched through,
in the order/sequence it was stored, until the required information is
found.
■ To read a particular record/file from a serial access medium, all of the
data that comes before the record/file must be scanned through.
■ The tape head cannot move to a particular record/file on the tape without
reading through all of the other records that come before it.
● As it is a serial access medium, accessing individual files on a tape is slow.
● The tape lives inside cassettes and cartridges.
● Tapes are used where large amounts of data need to be stored, but where quick access
to individual files is not required.
○ A typical use of magnetic tape is for data back-up.
■ In today’s modern market, magnetic tape is not used in homes but it is still
used as backups for main servers.
Track Concentric rings that run from the innermost to the outermost part of the
disc.
- Disk Sector A wedge-like section of the disk that runs in a straight line from the centre
for the disk to the end of the disk.
- Track Sector A wedge-like section of the disk that runs in a straight like from the
innermost edge of the track to the outermost edge of the track
Spindle A central point that allows platters to spin and remain separate from each
other.
Read/Write Head The mechanism that reads and writes data from the disk via magnetism.
Cylinder A cross section of the hard disk in which each read/write head lines up
with the same track on different platters.