0% found this document useful (0 votes)
466 views

Computer Hardware - Wikipedia

The document discusses the different types of computer hardware including personal computers, laptops, tablets, and components like the motherboard, CPU, RAM, storage devices, and power supply. It provides details on the basic components and architecture of personal computers and how they differ from other systems like mainframes and supercomputers.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
466 views

Computer Hardware - Wikipedia

The document discusses the different types of computer hardware including personal computers, laptops, tablets, and components like the motherboard, CPU, RAM, storage devices, and power supply. It provides details on the basic components and architecture of personal computers and how they differ from other systems like mainframes and supercomputers.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

9/4/21, 3:42 PM Computer hardware - Wikipedia

Computer hardware
Computer hardware includes the physical parts of a computer,
such as the case,[1 ] central processing unit (CPU), monitor, mouse,
keyboard, computer data storage, graphics card, sound card, speakers
and motherboard.[2]

By contrast, software is the set of instructions that can be stored and


run by hardware. Hardware is so-termed because it is "hard" or rigid
with respect to changes, whereas software is "soft" because it is easy
to change.

Hardware is typically directed by the software to execute any


PDP-11 CPU board
command or instruction. A combination of hardware and software
forms a usable computing system, although other systems exist with
only hardware.

Contents
Von Neumann architecture
Types of computer systems
Personal computer
Case
Power supply
Motherboard
Expansion cards
Storage devices
Fixed media
Removable media
Input and output peripherals
Input device
Output device
Mainframe computer
Departmental computing
Supercomputer
Hardware upgrade
Sales
Recycling
Toxic computer components
Environmental effects
Efforts for minimizing computer hardware waste
See also
https://en.wikipedia.org/wiki/Computer_hardware 1/10
9/4/21, 3:42 PM Computer hardware - Wikipedia

References
External links

Von Neumann architecture


The template for all modern computers is the Von Neumann
architecture, detailed in a 1945 paper by Hungarian
mathematician John von Neumann. This describes a design
architecture for an electronic digital computer with
subdivisions of a processing unit consisting of an arithmetic
logic unit and processor registers, a control unit containing an
instruction register and program counter, a memory to store
both data and instructions, external mass storage, and input Von Neumann architecture scheme
and output mechanisms. [3] The meaning of the term has
evolved to mean a stored-program computer in which an
instruction fetch and a data operation cannot occur at the same time because they share a common
bus. This is referred to as the Von Neumann bottleneck and often limits the performance of the
system.[4]

Types of computer systems

Personal computer
The personal computer is one of the most common types of
computer due to its versatility and relatively low price.
Desktop personal computers have a monitor, a keyboard, a
mouse, and a computer case. The computer case holds the
motherboard, fixed or removable disk drives for data storage,
the power supply, and may contain other peripheral devices
such as modems or network interfaces. Some models of
desktop computers integrated the monitor and keyboard into Basic hardware components of a
the same case as the processor and power supply. Separating personal computer, including a
the elements allows the user to arrange the components in a monitor, a motherboard, a CPU, a
pleasing, comfortable array, at the cost of managing power and RAM, two expansion cards, a power
data cables between them. supply, an optical disc drive, a hard
disk drive, a keyboard and a mouse
Laptops are designed for portability but operate similarly to
desktop PCs.[1 ] They may use lower-power or reduced size
components, with lower performance than a similarly priced desktop computer. [5] Laptops contain
the keyboard, display, and processor in one case. The monitor in the folding upper cover of the case
can be closed for transportation, to protect the screen and keyboard. Instead of a mouse, laptops
may have a touchpad or pointing stick.

Tablets are portable computer that uses a touch screen as the primary input device. Tablets
generally weigh less and are smaller than laptops.

Some tablets include fold-out keyboards, or offer connections to separate external keyboards.
Some models of laptop computers have a detachable keyboard, which allows the system to be
configured as a touch-screen tablet. They are sometimes called "2-in-1 detachable laptops" or
"tablet-laptop hybrids".[6]

https://en.wikipedia.org/wiki/Computer_hardware 2/10
9/4/21, 3:42 PM Computer hardware - Wikipedia

Case

The computer case encloses most of the components of the


system. It provides mechanical support and protection for
internal elements such as the motherboard, disk drives, and
power supplies, and controls and directs the flow of cooling air
over internal components. The case is also part of the system
to control electromagnetic interference radiated by the
computer and protects internal parts from electrostatic
discharge. Large tower cases provide space for multiple disk
drives or other peripherals and usually stand on the floor,
while desktop cases provide less expansion room. All-in-one
style designs include a video display built into the same case. Inside a custom-built computer:
Portable and laptop computers require cases that provide power supply at the bottom has its
impact protection for the unit. Hobbyists may decorate the own cooling fan
cases with colored lights, paint, or other features, in an activity
called case modding.

Power supply

A power supply unit (PSU) converts alternating current (AC) electric power to low-voltage direct
current (DC) power for the computer. Laptops can run on built-in rechargeable battery.[7 ] The
PSU typically uses a switched-mode power supply (SMPS), with power MOSFETs (power metal–
oxide–semiconductor field-effect transistors) used in the converters and regulator circuits of the
SMPS.[8]

Motherboard

The motherboard is the main component of a computer. It is a


board with integrated circuitry that connects the other parts of
the computer including the CPU, the RAM, the disk drives
(CD, DVD, hard disk, or any others) as well as any peripherals
connected via the ports or the expansion slots. The integrated
circuit (IC) chips in a computer typically contain billions of tiny
metal–oxide–semiconductor field-effect transistors Computer motherboard
(MOSFETs). [9]

Components directly attached to or to part of the motherboard include:

The CPU (central processing unit), which performs most of the calculations which enable a
computer to function, and is referred to as the brain of the computer. It takes program instructions
from random-access memory (RAM), interprets and processes them and then sends back results
so that the relevant components can carry out the instructions. The CPU is a microprocessor,
which is fabricated on a metal–oxide–semiconductor (MOS) integrated circuit (IC) chip. It is
usually cooled by a heat sink and fan, or water-cooling system. Most newer CPU includes an on-
die graphics processing unit (GPU). The clock speed of CPU governs how fast it executes
instructions and is measured in GHz; typical values lie between 1 GHz and 5 GHz. Many modern
computers have the option to overclock the CPU which enhances performance at the expense of
greater thermal output and thus a need for improved cooling.
The chipset, which includes the north bridge, mediates communication between the CPU and the
other components of the system, including main memory; as well as south bridge, which is
connected to the north bridge, and supports auxiliary interfaces and buses; and, finally, a Super

https://en.wikipedia.org/wiki/Computer_hardware 3/10
9/4/21, 3:42 PM Computer hardware - Wikipedia

I/O chip, connected through the south bridge, which supports the slowest and most legacy
components like serial ports, hardware monitoring and fan control.
Random-access memory (RAM), which stores the code and data that are being actively
accessed by the CPU. For example, when a web browser is opened on the computer it takes up
memory; this is stored in the RAM until the web browser is closed. It is typically a type of dynamic
RAM (DRAM), such as synchronous DRAM (SDRAM), where MOS memory chips store data on
memory cells consisting of MOSFETs and MOS capacitors. RAM usually comes on dual in-line
memory modules (DIMMs) in the sizes of 2GB, 4GB, and 8GB, but can be much larger.
Read-only memory (ROM), which stores the BIOS that runs when the computer is powered on or
otherwise begins execution, a process known as Bootstrapping, or "booting" or "booting up". The
ROM is typically a nonvolatile BIOS memory chip, which stores data on floating-gate MOSFET
memory cells.
The BIOS (Basic Input Output System) includes boot firmware and power management
firmware. Newer motherboards use Unified Extensible Firmware Interface (UEFI) instead of
BIOS.
Buses that connect the CPU to various internal components and to expand cards for graphics and
sound.
The CMOS (complementary MOS) battery, which powers the CMOS memory for date and time in
the BIOS chip. This battery is generally a watch battery.
The video card (also known as the graphics card), which processes computer graphics. More
powerful graphics cards are better suited to handle strenuous tasks, such as playing intensive
video games or running computer graphics software. A video card contains a graphics
processing unit (GPU) and video memory (typically a type of SDRAM), both fabricated on MOS
integrated circuit (MOS IC) chips.
Power MOSFETs make up the voltage regulator module (VRM), which controls how much voltage
other hardware components receive.[8]

Expansion cards

An expansion card in computing is a printed circuit board that can be inserted into an expansion
slot of a computer motherboard or backplane to add functionality to a computer system via the
expansion bus. Expansion cards can be used to obtain or expand on features not offered by the
motherboard.

Storage devices

A storage device is any computing hardware and digital media that is used for storing, porting and
extracting data files and objects. It can hold and store information both temporarily and
permanently and can be internal or external to a computer, server or any similar computing
device. Data storage is a core function and fundamental component of computers.

Fixed media

Data is stored by a computer using a variety of media. Hard disk drives (HDDs) are found in
virtually all older computers, due to their high capacity and low cost, but solid-state drives (SSDs)
are faster and more power efficient, although currently more expensive than hard drives in terms
of dollar per gigabyte,[1 0] so are often found in personal computers built post-2007.[1 1 ] SSDs use
flash memory, which stores data on MOS memory chips consisting of floating-gate MOSFET
memory cells. Some systems may use a disk array controller for greater performance or reliability.

https://en.wikipedia.org/wiki/Computer_hardware 4/10
9/4/21, 3:42 PM Computer hardware - Wikipedia

Removable media

To transfer data between computers, an external flash memory device (such as a memory card or
USB flash drive) or optical disc (such as a CD-ROM, DVD-ROM or BD-ROM) may be used. Their
usefulness depends on being readable by other systems; the majority of machines have an optical
disk drive (ODD), and virtually all have at least one Universal Serial Bus (USB) port. Additionally,
USB sticks are typically pre-formatted with the FAT32 file system, which is widely supported
across operating systems.

Input and output peripherals

Input and output devices are typically housed externally to the main computer chassis. The
following are either standard or very common to many computer systems.

Input device

Input devices allow the user to enter information into the system, or control its operation. Most
personal computers have a mouse and keyboard, but laptop systems typically use a touchpad
instead of a mouse. Other input devices include webcams, microphones, joysticks, and image
scanners.

Output device

Output devices are designed around the senses of human beings. For example, monitors display
text that can be read, speakers produce sound that can be heard.[1 2] Such devices also could
include printers or a Braille embosser.

Mainframe computer
A mainframe computer is a much larger computer that typically fills a room and may cost many
hundreds or thousands of times as much as a personal computer. They are designed to perform
large numbers of calculations for governments and large enterprises.

Departmental computing
In the 1960s and 1970s, more and more departments started to use
cheaper and dedicated systems for specific purposes like process
control and laboratory automation. A minicomputer, or colloquially
mini, is a class of smaller computers that was developed in the mid-
1960s[1 3][1 4] and sold for much less than mainframe[1 5] and mid-size
computers from IBM and its direct competitors.

Supercomputer
An IBM System z9
A supercomputer is superficially similar to a mainframe but is instead mainframe
intended for extremely demanding computational tasks. As of June
2020, the fastest supercomputer on the TOP500 supercomputer list
is Fugaku, in Japan, with a LINPACK benchmark score of 415 PFLOPS, superseding the second
fastest, Summit, in the United States, by around 294 PFLOPS.

https://en.wikipedia.org/wiki/Computer_hardware 5/10
9/4/21, 3:42 PM Computer hardware - Wikipedia

The term supercomputer does not refer to a specific technology. Rather it indicates the fastest
computations available at any given time. In mid-2011, the fastest supercomputers boasted speeds
exceeding one petaflop, or 1 quadrillion (10^15 or 1,000 trillion) floating-point operations per
second.
Supercomputers are fast but extremely costly, so they are generally used by large
organizations to execute computationally demanding tasks involving large data sets.
Supercomputers typically run military and scientific applications. Although costly, they are also
being used for commercial applications where huge amounts of data must be analyzed. For
example, large banks employ supercomputers to calculate the risks and returns of various
investment strategies, and healthcare organizations use them to analyze giant databases of patient
data to determine optimal treatments for various diseases and problems incurring to the country.

Hardware upgrade
When using computer hardware, an upgrade means adding new or additional hardware to a
computer that improves its performance, increases its capacity, or adds new features. For
example, a user could perform a hardware upgrade to replace the hard drive with a faster one or a
Solid State Drive (SSD) to get a boost in performance. The user may also install more Random
Access Memory (RAM) so the computer can store additional temporary data, or retrieve such data
at a faster rate. The user may add a USB 3.0 expansion card to fully use USB 3.0 devices, or could
upgrade the Graphics Processing Unit (GPU) for cleaner, more advanced graphics, or more
monitors. Performing such hardware upgrades may be necessary for aged computers to meet a
new, or updated program's system requirements.

Sales
Global revenue from computer hardware in 2016 reached 408 billion Euros.[1 6]

Recycling
Because computer parts contain hazardous materials, there is a growing movement to recycle old
and outdated parts.[1 7 ] Computer hardware contain dangerous chemicals such as: lead, mercury,
nickel, and cadmium. According to the EPA these e-wastes have a harmful effect on the
environment unless they are disposed of properly. Making hardware requires energy, and
recycling parts will reduce air pollution, water pollution, as well as greenhouse gas emissions.[1 8]
Disposing unauthorized computer equipment is in fact illegal. Legislation makes it mandatory to
recycle computers through the government approved facilities. Recycling a computer can be made
easier by taking out certain reusable parts. For example, the RAM, DVD drive, the graphics card,
hard drive or SSD, and other similar removable parts can be reused.

Many materials used in computer hardware can be recovered by recycling for use in future
production. Reuse of tin, silicon, iron, aluminium, and a variety of plastics that are present in bulk
in computers or other electronics can reduce the costs of constructing new systems. Components
frequently contain copper, gold, tantalum,[1 9][20] silver, platinum, palladium, and lead as well as
other valuable materials suitable for reclamation.[21 ][22]

Toxic computer components


The central processing unit contains many toxic materials. It contains lead and chromium in the
metal plates. Resistors, semi-conductors, infrared detectors, stabilizers, cables, and wires contain
cadmium. The circuit boards in a computer contain mercury, and chromium.[23] When these types
of materials, and chemicals are disposed improperly will become hazardous for the environment.

https://en.wikipedia.org/wiki/Computer_hardware 6/10
9/4/21, 3:42 PM Computer hardware - Wikipedia

Environmental effects
According to the United States Environmental Protection Agency only around 15% of the e-waste
actually is recycled. When e-waste byproducts leach into groundwater, are burned, or get
mishandled during recycling, it causes harm. Health problems associated with such toxins include
impaired mental development, cancer, and damage to the lungs, liver, and kidneys.[24] That's why
even wires have to be recycled. Different companies have different techniques to recycle a wire.
The most popular one is the grinder that separates the copper wires from the plastic/rubber
casing. When the processes are done there are two different piles left; one containing the copper
powder, and the other containing plastic/rubber pieces.[25] Computer monitors, mice, and
keyboards all have a similar way of being recycled. For example, first, each of the parts are taken
apart then all of the inner parts get separated and placed into its own bin.[26]

Computer components contain many toxic substances, like dioxins, polychlorinated biphenyls
(PCBs), cadmium, chromium, radioactive isotopes and mercury. A typical computer monitor may
contain more than 6% lead by weight, much of which is in the lead glass of the cathode ray tube
(CRT). A typical 15 inch (38 cm) computer monitor may contain 1.5 pounds (1 kg) of lead[27 ] but
other monitors have been estimated to have up to 8 pounds (4  kg) of lead.[28] Circuit boards
contain considerable quantities of lead-tin solders that are more likely to leach into groundwater or
create air pollution due to incineration. In US landfills, about 40% of the lead content levels are
from e-waste.[29] The processing (e.g. incineration and acid treatments) required to reclaim these
precious substances may release, generate, or synthesize toxic byproducts.

Recycling of computer hardware is considered environmentally friendly because it prevents


hazardous waste, including heavy metals and carcinogens, from entering the atmosphere, landfill or
waterways. While electronics consist a small fraction of total waste generated, they are far more
dangerous. There is stringent legislation designed to enforce and encourage the sustainable disposal
of appliances, the most notable being the Waste Electrical and Electronic Equipment Directive of
the European Union and the United States National Computer Recycling Act.[30]

Efforts for minimizing computer hardware waste


As computer hardware contain a wide number of metals inside, the United States Environmental
Protection Agency (EPA) encourages the collection and recycling of computer hardware. "E-
cycling", the recycling of computer hardware, refers to the donation, reuse, shredding and general
collection of used electronics. Generically, the term refers to the process of collecting, brokering,
disassembling, repairing and recycling the components or metals contained in used or discarded
electronic equipment, otherwise known as electronic waste (e-waste). "E-cyclable" items include,
but are not limited to: televisions, computers, microwave ovens, vacuum cleaners, telephones and
cellular phones, stereos, and VCRs and DVDs just about anything that has a cord, light or takes
some kind of battery.[31 ]

Recycling a computer is made easier by a few of the national services, such as Dell and Apple. Both
companies will take back the computer of their make or any other make. Otherwise a computer
can be donated to Computer Aid International which is an organization that recycles and
refurbishes old computers for hospitals, schools, universities, etc.[32]

See also
Computer architecture
Electronic hardware
Glossary of computer hardware terms

https://en.wikipedia.org/wiki/Computer_hardware 7/10
9/4/21, 3:42 PM Computer hardware - Wikipedia

History of computing hardware


Microprocessor
MOSFET
List of computer hardware manufacturers
Open-source computing hardware
Open-source hardware
Transistor

References
1. PC hardware : a beginner's guide (https://archive.org/details/pchardwarebeginn00gils/page/21).
Osborne/McGraw-Hill. pp. 21 (https://archive.org/details/pchardwarebeginn00gils/page/21).
ISBN 9780072129908.
2. "Parts of computer" (http://windows.microsoft.com/en-us/windows-vista/parts-of-a-computer).
Microsoft. Archived (https://web.archive.org/web/20131127145607/http://windows.microsoft.com/
en-US/windows-vista/Parts-of-a-computer) from the original on 27 November 2013. Retrieved
5 December 2013.
3. von Neumann, John (1945). "First Draft of a Report on the EDVAC" (https://web.archive.org/web/2
0130809184824/http://virtualtravelog.net.s115267.gridserver.com/wp/wp-content/media/2003-08-
TheFirstDraft.pdf) (PDF). Archived from the original (http://virtualtravelog.net.s115267.gridserver.c
om/wp/wp-content/media/2003-08-TheFirstDraft.pdf) (PDF) on 9 August 2013. Retrieved
6 December 2013.
4. Markgraf, Joey D. (2007). "The Von Neumann bottleneck" (https://web.archive.org/web/20110609
220643/http://aws.linnbenton.edu/cs271c/markgrj/). Archived from the original (http://aws.linnbento
n.edu/cs271c/markgrj/) on 9 June 2011. Retrieved 24 August 2011.
5. "Desktop computer vs. Laptop computer" (https://www.computerhope.com/issues/ch001399.htm).
www.computerhope.com. 30 December 2019. Retrieved 15 January 2020.
6. Cipriani, Jason (29 May 2020). "Best 2-in-1 Detachable Laptops 2020: The Best Tablet-Laptop
Hybrids" (https://www.ign.com/articles/best-2-in-1-detachable-laptops). IGN. Retrieved 20 July
2020.
7. "How long should a laptop battery last?" (http://www.computerhope.com/issues/ch001236.htm).
Computer Hope. Archived (https://web.archive.org/web/20131221220614/http://www.computerho
pe.com/issues/ch001236.htm) from the original on 21 December 2013. Retrieved 9 December
2013.
8. Harding, Scharon (17 September 2019). "What Is a MOSFET? A Basic Definition" (https://www.to
mshardware.com/uk/reviews/mosfet-defintion-transistor-pc-motherboard-psu-explained,6343.htm
l). Tom's Hardware. Retrieved 7 November 2019.
9. "13 Sextillion & Counting: The Long & Winding Road to the Most Frequently Manufactured Human
Artifact in History" (https://www.computerhistory.org/atchm/13-sextillion-counting-the-long-winding-
road-to-the-most-frequently-manufactured-human-artifact-in-history/). Computer History Museum.
2 April 2018. Retrieved 28 July 2019.
10. Domingo, Joel. "SSD vs. HDD: What's the Difference?" (https://www.pcmag.com/article2/0,2817,
2404258,00.asp). PCMag. Archived (https://web.archive.org/web/20170319184712/http://www.p
cmag.com/article2/0,2817,2404258,00.asp) from the original on 19 March 2017. Retrieved
24 March 2017.
11. Edwards, Benj (17 January 2012). "Evolution of the Solid-State Drive" (http://www.pcworld.com/art
icle/246617/storage/evolution-of-the-solid-state-drive.html#slide13). PCWorld. Archived (https://w
eb.archive.org/web/20170325201429/http://www.pcworld.com/article/246617/storage/evolution-of
-the-solid-state-drive.html#slide13) from the original on 25 March 2017. Retrieved 24 March
2017.
12. PC hardware : a beginner's guide (https://archive.org/details/pchardwarebeginn00gils/page/20).
Osborne/McGraw-Hill. 2001. pp. 20 (https://archive.org/details/pchardwarebeginn00gils/page/20).
ISBN 9780072129908.
https://en.wikipedia.org/wiki/Computer_hardware 8/10
9/4/21, 3:42 PM Computer hardware - Wikipedia

13. Henderson, Rebecca M.; Newell, Richard G., eds. (2011). Accelerating energy innovation :
insights from multiple sectors. Chicago: University of Chicago Press. p. 180. ISBN 978-
0226326832.
14. Huang, Han-Way (2014). The atme AVR microcontroller : MEGA and XMEGA in assembly and
C. Australia ; United Kingdom: Delmar Cengage Learning. p. 4. ISBN 978-1133607298.
15. Estabrooks, Maurice (1995). Electronic technology, corporate strategy, and world transformation
(https://archive.org/details/electronictechno0000esta). Westport, Conn.: Quorum Books. p. 53 (htt
ps://archive.org/details/electronictechno0000esta/page/53). ISBN 0899309690.
16. "Global revenue from computer hardware from 2005 to 2016" (https://www.statista.com/statistics/
268633/worldwide-revenue-from-computer-hardware-since-2005/). Statista. Retrieved
15 January 2020.
17. "How to recycle your old computer" (http://www.digitaltrends.com/computing/how-to-recycle-your-o
ld-computer/). Digital Trends. 18 December 2016. Archived (https://web.archive.org/web/201704
17055533/http://www.digitaltrends.com/computing/how-to-recycle-your-old-computer/) from the
original on 17 April 2017. Retrieved 18 April 2017.
18. Inc, Chris Keenan - Newtech Recycling. "Newtech Recycling Specializes in Computer Disposal,
Laptop Disposal, Desktop Disposal Mainframe Disposal and Server Disposal" (https://www.newt
echrecycling.com/disposal/computer-recycling/computer-recycling.html).
www.newtechrecycling.com. Archived (https://web.archive.org/web/20170329142805/https://www.
newtechrecycling.com/disposal/computer-recycling/computer-recycling.html) from the original on
29 March 2017. Retrieved 18 April 2017.
19. Robert-Tissot, Sarah (2011). "TANTALUM" (https://www.raci.org.au/document/item/488). Royal
Australian Chemical instatute. Retrieved 3 March 2019.
20. Padilla, Abraham (February 2019). "TANTALUM" (https://minerals.usgs.gov/minerals/pubs/comm
odity/niobium/mcs-2019-tanta.pdf) (PDF). United states geological survey. Retrieved 3 March
2019.
21. Bleiwas, D (July 2001). "Obsolete Computers, "Gold Mine," or High-Tech Trash? Resource
Recovery from Recycling" (https://pubs.usgs.gov/fs/fs060-01/fs060-01.pdf) (PDF). USGS.
Retrieved 4 March 2019.
22. LeBlanc, Rick. "Electronic Devices a Rich Source of Precious Metals for Recyclers" (https://www.t
hebalancesmb.com/electronic-devices-source-of-metals-for-recyclers-2877986). The Balance
Small Business. Retrieved 4 March 2019.
23. "The Toxic Components of Computers and Monitors" (http://smallbusiness.chron.com/toxic-compo
nents-computers-monitors-69693.html). Archived (https://web.archive.org/web/20170427192255/
http://smallbusiness.chron.com/toxic-components-computers-monitors-69693.html) from the
original on 27 April 2017. Retrieved 26 April 2017.
24. "What's Going On with Electronic Waste? – Electronics TakeBack Coalition" (http://www.electroni
cstakeback.com/2015/05/28/whats-going-on-with-electronic-waste/). Archived (https://web.archiv
e.org/web/20170427103038/http://www.electronicstakeback.com/2015/05/28/whats-going-on-wit
h-electronic-waste/) from the original on 27 April 2017. Retrieved 26 April 2017.
25. "Wire Recycling" (http://www.all-recycling-facts.com/wire-recycling.html). All-Recycling-
Facts.com. Archived (https://web.archive.org/web/20170710232319/http://www.all-recycling-facts.
com/wire-recycling.html) from the original on 10 July 2017. Retrieved 5 May 2017.
26. "Computer equipment recycling – Essential Guide" (http://www.computerweekly.com/feature/Com
puter-equipment-recycling-Essential-Guide). ComputerWeekly. Archived (https://web.archive.org/
web/20161221184215/http://www.computerweekly.com/feature/Computer-equipment-recycling-E
ssential-Guide/) from the original on 21 December 2016. Retrieved 8 May 2017.
27. Morgan, Russell (21 August 2006). "Tips and Tricks for Recycling Old Computers" (http://www.sm
artbiz.com/article/articleprint/1525/-1/58). SmartBiz. Retrieved 17 March 2009.
28. Royte, Elizabeth (1 August 2005). "E-gad! Americans discard more than 100 million computers,
cellphones and other electronic devices each year. As "e-waste" piles up, so does concern about
this growing threat to the environment" (http://www.accessmylibrary.com/coms2/summary_0286-9
604019_ITM). Smithsonian Magazine. Smithsonian Institution. Retrieved 17 March 2009.

https://en.wikipedia.org/wiki/Computer_hardware 9/10
9/4/21, 3:42 PM Computer hardware - Wikipedia

29. Toothman, Jessika. "What Happens to your Discarded Old Computer?" (https://computer.howstuff
works.com/discarded-old-computer1.htm). HowStuffWorks.
30. National Computer Recycling Act of 2005, H.R. 425, 109th Cong. (2005–2006)
31. T. Gallo, Daniel (15 July 2013). "Broad Overview of E-Waste Management Policies in the U.S." (ht
tps://www.epa.gov/sites/production/files/2014-05/documents/overview.pdf) (PDF). www.epa.gov.
Retrieved 17 January 2020.
32. Schofield, Jack (19 February 2015). "How can I safely recycle my old PCs?" (https://www.theguar
dian.com/technology/askjack/2015/feb/19/how-safely-recycle-old-pcs-computers). The Guardian.
ISSN 0261-3077 (https://www.worldcat.org/issn/0261-3077). Archived (https://web.archive.org/we
b/20170427103349/https://www.theguardian.com/technology/askjack/2015/feb/19/how-safely-rec
ycle-old-pcs-computers) from the original on 27 April 2017. Retrieved 26 April 2017.

External links
Media related to Computer hardware at Wikimedia Commons
Computer hardware at Wikibooks
Learning materials related to Computer hardware at Wikiversity

Retrieved from "https://en.wikipedia.org/w/index.php?title=Computer_hardware&oldid=1039140853"

This page was last edited on 16 August 2021, at 23:09 (UTC).

Text is available under the Creative Commons Attribution-ShareAlike License;


additional terms may apply. By using this
site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia
Foundation, Inc., a non-profit organization.

https://en.wikipedia.org/wiki/Computer_hardware 10/10

You might also like