Hardware Components of a Computer System
Hardware Components of a Computer System
COMPUTER FUNDAMENTALS
MAJOR HARDWARE COMPONENTS OF A COMPUTER SYSTEM
A computer system is all the hardware devices and software (programs) that make the computer function.
Computers may be used for many different purposes, but all computers carry out four (4) basic functions.
Operation Activity
Input Accept data and instructions
Processing Process data according to instructions stored in the computer’s memory
(happens in the CPU)
Output Produce results that people can understand and use
Compuuter systems consists of a variety of hardware components that work together with software and
peripheral devices to achieve specific tasks.
2) Main Memory
• Commonly referred to as primary storage or immediate access storage.
• Used by the computer for its own use.
• Holds data that is currently being executed by the computer.
• There are 2 types; Volatile (RAM) and Non-volatile storage (ROM).
• RAM holds data and instructions that are being processed by the computer.
– Variants: DRAM (Dynamic RAM), SRAM (Static RAM), SDRAM (Synchronous Dynamic Random
Access Memory) and RDRAM (Rambus Dynamic Random Access Memory
• ROM contains data that tells the computer what to do when it starts up.
– Variants: PROM (Programmable ROM), EPROM (Erasable Programmable ROM) and EEPROM
(Electrically Erasable Programmable ROM)
3) Secondary Storage
• Commonly referred to as permanent storage
• Retains programs and data for future use
• Examples include hard disks, CD-ROMs, USB flash drive
4) Input Devices
• Allow data and instructions to be entered into the computer system
• Examples include keyboard, mouse, touch screen, scanner
5) Output Devices
• Allow processed data to be displayed or communicated to the user
• Examples include monitor (screen / display), printer, speakers, headphones
Storage Mediums/Devices
A storage medium is the physical material on which a computer stores data, e.g. CD-ROM. There are TWO
types of storage devices:
Primary storage devices are used by the computer for its own use. Some of these devices hold data
temporarily while the computer is working on it, while other devices store data that does not change
frequently.
Volatile storage devices. RAM holds software and data that is currently being processed by the
computer. The content is lost once the computer power is turned off.
Non-volatile storage devices. ROM is a permanent storage device that contains data that cannot be
changed. This data is a set of instructions that tells the computer what to do when it starts up. The
content on these devices is retained when the computer power is turned off.
Variants of ROM includes:
o Programmable ROM (PROM) – can be programmed only once after manufacturing. Once
programmed, the content cannot be changed.
o Erasable and Programmable ROM (EPROM) – can be programmed like PROM, however, the
content can be erased and re-programmed repeatedly using ultraviolet (UV) light.
o Electrically Erasable and Programmable ROM (EEPROM) - can be electrically erased and
reprogrammed without removing the chip from the circuit board.
Secondary Storage
Devices such as hard disks, CD-ROMs and USB flash drives provide secondary storage for data and programs.
There are a number of different types of storage media used to store data on a computer system. Some such
types of devices are:
• Magnetic Storage Media (e.g. magnetic tape, hard disk, floppy disk/diskette)
• Optical Media (e. g. CD-ROM, DVD-ROM, Blu-Ray)
• Solid State Drives (USB flash drives, memory cards)
Magnetic tape
• Also known as data tape
• Commonly used for data archiving
• Often used for off-site storage
• Popular because they store large quantities of data at a relatively low cost
• Portable
• Data is accessed sequentially (sequential access)
Flash drives
• Also referred to as thumb drives, jump drives, USB drives, pen drives
• Popular because of their size and portability
• Faster than a floppy disk
• Data is accessed directly (direct access)
Try These!