Skip to main content

What are Different Types of Computer Hardware

What is Hardware?
The physical parts of a computer are called hardware. Hardware can be touched or seen by us. For example, hard disk, mouse, keyboard, CD, CD-ROM Drive, Floppy Disk, Speakers, Modem and Printers - all are computer hardware.
Explain different types of computer hardware with pictures
Explain different types of computer hardware


Different types of hardware components on the basis of the functionality 

they provide are as follows:


1.    Input devices

Input devices are used to enter data and instructions into computer. Examples of input devices are:
Keyboard, mouse, scanner, digital camera etc.
Microphone

Mouse

Keyboard



2.    The Central Processing unit
Central processing unit is the brain of the computer. It is also called CPU or Processor. Intel is the leading manufacturer of microprocessors. For example, Intel Pentium IV 3.2 MHz is an example of a CPU. You can see the images of processors / Micro processors or CPUs.
Images of CPU or Microprocessor or simply Processor - Types of computer Hardware
Images of CPU or Microprocessor or simply Processor

3.    Output devices
 Output devices are used to show the results of processing to the user. For example monitor, printer, plotter, speaker and data projector are out put devices.
Speakers - Computer Hardware Component
Speakers





Monitor - Computer Hardware Component
LCD Monitor


Printer - Computer Hardware Component
Printer


4.    Memory chips
Memory is a component of a computer to store data and instructions. RAM is an example of memory chip. It stands for Random Access Memory. Every program to be executed is loaded in RAM from hard disk. CPU executes the programs loaded in RAM.RAM is a temporary memory, all data and programs are lost from RAM, when computer is turned off. ROM stands for Read Only Memory. ROM is permanent memory chip; we cannot change or delete its contents. It is a non-volatile memory.
Picture of ROM in Computer Mother Board
ROM shape 1

Picture of ROM in Computer Mother Board
RAM

ROM shape 2

5.    Storage devices
Storage Devices are used to store large amounts of data permanently. For example: hard disk, CD, DVD etc. are storage devices. Moreover, Zip Disk and Floppy disk is also considered as storage devices.
Picture of Hard Disk
Hard Disk

Picture of DVD
DVD ROM

Picture of Floppy disk - Computer hardware components
Floppy Disk

Picture of Zip disk
ZIP Disk

Picture of CD ROM
CD ROM
 6.    Communication devices
Communication devices are used to send and receive data from one computer to another. For example Modem, Network Interface Card, Hub, switches, routers, gateways and even networking cables are included in communication devices
Wireless LAN Card
Wireless PCI NIC Card

External Modem - Computer Hardware Components
External Modem
Linksys Router - Types of computer Hardware
LinkSys Router

Comments

Popular posts from this blog

Types Of Headings In HTML

HTML Hedings Headings in HTML are used to display Titles, Sub-Titles of Sub-Sub-Titles for your web page text. There are six types of headings in HTML. H1 is the largest heading and H6 is the smallest heading. <H1> is opening tag whereas </H1> is the closing tag for the largest heading. The text between <h1> and </h1> will be displayed as the main Title in your web page. Following are the six tags used for six types of headings in HTML. <H1> ... </H1> <H2> ... </H2> <H3> ... </H3> <H4> ... </H4> <H5> ... </H5> <H6> ... </H6> The H1 heading is used for main titles. Actually H1 heading will show the text in largest font size. H2 headings is used for Sub-Titles. H2 displays text in smaller font size than H1, H3 displays text of font size smaller than H1 and H2, and so on. H1 is for largest heading in a text page and H6 is for smallest heading.   Importance Of Headings in SEO H...

HTML Table Tag Basics

Tables Tables are very important to show data in the form of rows and columns. Tables make data more readable and easy to understand. A table consists of rows, columns and cells. HTML Tags To Make A Table As we know that there are basically three elements in a table, that is, rows, columns and cells. So, there are the following basic tags to create a table in an HTML web page: <TABLE> tag <TR> tag <TD> tag <TH> tag   <TABLE> Tag <Table> tag is used to specify the start of a table. It also specifies some attributes of the table like ALIGN and BORDER attributes etc. Example 1: <Table>                    => Table without a border. Example 2: <Table border="1">     => Table with a border of width 1. Example 3: <Table align="left" border="2">  => A left aligned Table with a border of width 2. ...

Bus Topology Advantages Disadvantages

Bus Topology Bus topology is the simplest network topology . In bus topology , all computers in network are connected to a common communication wire. This wire is called BUS. Terminators are used at both ends of wire. Bus Topology is Cheap, easy to handle and implement. Bus Topology require less cable. Bus Topology is best suited for small networks. Working of Bus Topology with Advantages and Disadvantages Advantages of Bus Network Topology 1. It is very simple topology . 2. It is easy to use. 3. It needs small amount of wire for connecting computers. 4. It is less expensive due to small wire needed. 5. If one computer fails, it does not disturb the other computers in network. Other computers will continue to share information and other resources with other connected computers. Disadvantages of Bus Network Topology 1. Only small number of computers can be connected in a bus network . 2. Network speed slows down as the number of computer increases in b...