Computer Hardware
Computer hardware equals the collection
of physical elements that comprise a computer system.
Computer hardware refers to the physical parts or components of a computer such
as monitor, keyboard, hard drive disk, mouse, printers, graphic cards, sound
cards, memory, motherboard and chips, etc all of which are physical objects that you can actually touch.There are 2 types of hardware available in computer. Namely,
- Internal Hardware
- External Hardware
Internal Computer Hardware
Inside the system connecting devices are called Internal Hardware.
Motherboard
The motherboard is the body or mainframe of the computer, through which
all other components interface. It is the central
circuit board making up a complex electronic system. A motherboard provides the
electrical connections by which the other components of the system communicate.
The mother board includes many components such as: central processing unit
(CPU), random access memory (RAM), firmware, and internal and external buses.
Central Processing Unit
The Central Processing Unit (CPU;
sometimes just called processor) is a machine that can execute computer
programs. It is sometimes referred to as the brain of
the computer.
There are four steps that
nearly all CPUs use in their operation: fetch, decode, execute, and writeback.
- The first step, fetch, involves retrieving an instruction from program memory.
- The second step,decode the instruction is broken up into parts that have significance to other portions of the CPU.
- The third step,execute various portions of the CPU, such as the arithmetic logic unit (ALU) and the floating point unit (FPU) are connected so they can perform the desired operation.
- The final step, writeback simply writes back the results of the execute step to some form of memory.
Random Access Memory
Random access memory (RAM) is fast-access memory that is cleared
when the computer is power-down. RAM attaches directly to the motherboard, and
is used to store programs that are currently running. RAM is a set of
integrated circuits that allow the stored data to be accessed in any order (why
it is called random). There are many different types of RAM. Distinctions
between these different types include: writable vs. read-only, static vs.
dynamic, volatile vs. non-volatile, etc.
Firmware
Firmware is loaded from the Read only memory (ROM) run from the
Basic Input-Output System (BIOS). It is a computer program that is embedded in
a hardware device, for example a microcontroller. Firmware is somewhere between
hardware and software. Like software, it is a computer program which is
executed by a microprocessor or a microcontroller. But it is also tightly
linked to a piece of hardware, and has little meaning outside of it. Most
devices attached to modern systems are special-purpose computers in their own
right, running their own software. Some of these devices store that software
(“firmware”) in a ROM within the device itself.
Power Supply
The power supply as its name might suggest is the device that
supplies power to all the components in the computer. Its case holds a
transformer, voltage control, and (usually) a cooling fan. The power supply
converts about 100-120 volts of AC power to low-voltage DC power for the
internal components to use. The most common computer power supplies are built
to conform with the ATX form factor. This enables different power supplies to
be interchangable with different components inside the computer. ATX power
supplies also are designed to turn on and off using a signal from the
motherboard, and provide support for modern functions such as standby mode.
Removable Media Devices
Removable
media are data storage devices capable of computer system removal without
powering off the system. Removable media devices are used for backup, storage
or transportation of data.There are many different
removable media devices. The most popular are probably CD and DVD drives which
almost every computer these days has at least one of. There are some new disc
drives such as Blu-ray which can hold a much larger amount of information then
normal CDs or DVDs. One type of removable media which is becoming less popular
is floppy disk.
CD
CDs
are the most common type of removable media. They are inexpensive but also have
short life-span. There are a few different kinds of CDs. CD-ROM which stands
for Compact Disc read-only memory are popularly used to distribute computer
software although any type of data can be stored on them. CD-R is another
variation which can only be written to once but can be read many times. CD-RW
(rewritable) can be written to more than once as well as read more than once.
Some other types of CDs which are not as popular include Super Audio CD (SACD),
Video Compact Discs (VCD), Super Video Compact Discs (SVCD), PhotoCD,
PictureCD, CD- i,
and Enhanced CD.
There are two types of
devices in a computer that use CDs: CD-ROM drive and a CD writer. The CD-ROM
drive used for reading a CD. The CD writer drive can read and write a CD.
DVD
DVDs (digital versatile discs) are another popular optical disc
storage media format. The main uses for DVDs are video and data storage. Most
DVDs are of the same dimensions as compact discs. Just like CDs there are many
different variations. DVD-ROM has data which can only be read and not written.
DVD-R and DVD+R can be written once and then function as a DVD-ROM. DVD-RAM,
DVD-RW, or DVD+RW hold data that can be erased and re-written multiple times.
DVD-Video and DVD-Audio discs respectively refer to properly formatted and structured
video and audio content.
Blu - ray
Blu-ray is a newer optical disc storage media format. Its main
uses are high-definition video and data storage. The disc has the same
dimensions as a CD or DVD. The term “Blu-ray” comes from the blue laser used to
read and write to the disc. The Blu-ray discs can store much more data then CDs
or DVDs. A dual layer Blu-ray disc can store up to 50GB, almost six times the capacity
of a dual layer DVD. Blu-ray discs have similar devices used to read them and
write to them as CDs have. A BD-ROM drive can only read a Blu-ray disc and a BD
writer can read and write a Blu-ray disc.
Floppy Disk
A floppy disk is a type of data storage that is composed of a disk
of thin, flexible(“floppy”) magnetic storage medium encased in a square or
rectangular plastic shell. Floppy disks are read and written by a floppy disk
drive. Floppy disks are a dying and being replaced by the optical and flash
drives. Many new computers do not come with floppy drives anymore but there are
a lot of older ones with floppy drives lying around. While floppy disks are
very cheap the amount of storage on them compared to the amount of storage for
the price of flash drives makes floppy disks unreasonable to use.
Internal Storage
Internal
storage is hardware that keeps data inside the computer for later use and
remains persistent even when the computer has no power. There are a few
different types of internal storage. Hard disks are the most popular type of
internal storage.
Hard Disk Drive
A hard disk drive (HDD) is a non-volatile storage device which
stores digitally encoded data on rapidly rotating platters with magnetic
surfaces. Just about every new computer comes with a hard disk these days
unless it comes with a new solid-state drive. Typical desktop hard disk drives
store between 120 and 400GB, rotate at 7,200 rpm, and have a madia transfer
rate of 1 Gbit/s or higher. Hard disk drives are accessed over one of a number
of bus types, including parallel ATA(also called IDE), Serial ATA (SATA), SCSI,
Serial Attached SCSI, and Fibre Channel.
Solid-State Drive
A solid-state drive (SSD) is a data storage device that uses
solid-state memory to store persistent data. An SSD emulates a hard disk drive,
thus easily replacing it in any application. SSDs have begun to appear in
laptops because they can be smaller than HDDs. SSDs are currently more
expensive per unit of capacity than HDDs which is why they have not caught on
so quickly.
Disk Array Controller
A disk array controller is a device which manage the physical disk
drives and presents them to the computer as logical units. It almost always
implements hardware RAID. RAID (Redundant Array of Independent Drives) is a
technology that employs the simultaneous use of two or more hard disk drives to
achieve greater levels of performance, reliability, and/or larger data volume
sizes. A disk array controller also provides additional disk cache.
External Computer Hardware
These are accessories or parts for a computer that
you can plug in externally.
Keyboard
The device on the outside of your PC that looks a little like a typewriter. Used to insert text.
The device on the outside of your PC that looks a little like a typewriter. Used to insert text.
Monitor
The device used to view your PC, which is similar to a TV in its function. This is where all your actions will be displayed, using the display on your computer.
The device used to view your PC, which is similar to a TV in its function. This is where all your actions will be displayed, using the display on your computer.
Also known as a display or screen. LCD flatscreen monitors are most
common these days. and fairly cheap to buy, but some older users may still use
CRT monitors (the big ones). Generally, an LCD monitor is sharper and clearer
than a CRT.
Mouse
This is the little device that bears little likeness to an actual mouse, but is used to move about that arrow around the monitor. A device under the mouse (either a tracking ball or an optical laser) tracks motion, and allows the user to rest their hand on the top of the mouse and move the on-screen arrow about easily.
This is the little device that bears little likeness to an actual mouse, but is used to move about that arrow around the monitor. A device under the mouse (either a tracking ball or an optical laser) tracks motion, and allows the user to rest their hand on the top of the mouse and move the on-screen arrow about easily.
Printer
A device that is used to print what you see on your monitor, or other text and images that you ask it to print.Printers come in varieties, with the most popular and cheapest being ink-jet printers, but the quality suffers. Laser-jet printers up the quality, but also the price.
A device that is used to print what you see on your monitor, or other text and images that you ask it to print.Printers come in varieties, with the most popular and cheapest being ink-jet printers, but the quality suffers. Laser-jet printers up the quality, but also the price.
Router
The part that links you to the Internet! The router cleverly finds the best route from your PC to the Internet. Think of it as a route-finder, constantly searching for the best and quickest route through the internet. Routers can provide the internet connection to more than one pc using a LAN.
The part that links you to the Internet! The router cleverly finds the best route from your PC to the Internet. Think of it as a route-finder, constantly searching for the best and quickest route through the internet. Routers can provide the internet connection to more than one pc using a LAN.
Scanner
Used to translate an outside picture, like a photo, into a copy onto your PC.
Other things can be scanned too, but most people use it to scan pictures.
Hi!I'm a student from computer science,the article is appealing and encouraging,keep it up.
ReplyDeleteyour website's posts really helpful for fresher user of computer as well as experienced. thanks for sharing.
ReplyDeleteSetupsolutions - Alexa | Data Recovery | garmin
Computer Hardware Information - Computers have two main parts:- Software and hardware. Software is made up of code which translates into a series of instructions that tell the computer what to do. Computer hardware refers to physical and tangible parts of the computer that are visible and can be touched.
ReplyDeleteAll computer systems ranging from desktop and laptop to smartphones have the following computer hardware in all their system:- primary storage or RAM, secondary storage (ROM), input devices (keyboard, mouse, touchscreen, camera, and microphones), and output device (screen and printers). For more visit: computermobile.info
Very Helpful thank you ❤️
ReplyDeletevery good one
ReplyDeletenice post...
ReplyDeletehandles and knobs dealers in bangalore
support arm system dealers in bangalore
Computer, the word becomes very familiar to everyone as they have become an inevitable part of life. Mainly everything present in this world has a little part of computer included with it. As the thing on which you are watching this content is also a computer.
ReplyDeleteHardware sales in UAE
Software sales in UAE