Skip to main content

Computer Hardware

Computer Hardware

Computer hardware is the physical parts or components of a computer, such as the monitorkeyboardcomputer data storagegraphic cardsound card and motherboard.[1] By contrast, software is instructions that can be stored and ran by hardware.
Hardware is directed by the software to execute any command or instruction. A combination of hardware and software forms a usable computing system.

Different systems

There are a number of different types of computer system in use today.

Personal computer


Basic hardware components of a modern personal computer, including a monitor, a motherboard, a CPU, a RAM, two expansion cards, a power supply, an optical disc drive, a hard disk drive, a keyboard and a mouse

Inside a custom-built computer: power supply at the bottom has its own cooling fan
The personal computer, also known as the PC, is one of the most common types of computer due to its versatility and relatively low price. Laptops are generally very similar, although they may use lower-power or reduced size components, thus lower performance.

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 extra internal 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 from Apple, namely the iMac, and similar types, include a video display built into the same case. Portable and laptop computers require cases that provide impact protection for the unit. A current development in laptop computers is a detachable keyboard, which allows the system to be configured as a touch-screen tablet. Hobbyists may decorate the 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 DC power for the internal components of the computer. Laptops are capable of running from a built-in battery, normally for a period of hours.[5]

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 (CDDVDhard disk, or any others) as well as any peripherals connected via the ports or the expansion slots.
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 sometimes referred to as the brain of the computer. It is usually cooled by a heatsink and fan, or water-cooling system. Most newer CPUs include an on-die Graphics Processing Unit (GPU). The clock speedof CPUs 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.
  • 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. RAM usually comes on DIMMs in the sizes 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 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 battery, which powers the 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.

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. Expansions 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 are found in virtually all older computers, due to their high capacity and low cost, but solid-state drives are faster and more power efficient, although currently more expensive than hard drives in terms of dollar per gigabyte,[6] so are often found in personal computers built post-2007.[7] Some systems may use a disk array controller for greater performance or reliability.
Removable media
To transfer data between computers, a USB flash drive or optical disc may be used. Their usefulness depends on being readable by other systems; the majority of machines have an optical disk drive, and virtually all have at least one USB port.

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 Devices
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 webcamsmicrophonesjoysticks, and image scanners.
Output device
Output devices display information in a human readable form. Such devices could include printersspeakersmonitors or a Braille embosser.

Mainframe computer

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.

An IBM System z9mainframe

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.

Supercomputer

supercomputer is superficially similar to a mainframe, but is instead intended for extremely demanding computational tasks. As of June 2016, the fastest supercomputer in the world is the Sunway TaihuLight, in Jiangsu, China.[8]
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. Super computers are fast but extremely costly so they are generally used by large organizations to execute computationally demanding tasks involving large data sets. Super computers typically run military and scientific applications. Although they cost millions of dollars, 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.

Comments

Popular posts from this blog

Computer Science And its Evolution

Computer science is the study of the theory, experimentation, and engineering that form the basis for the design and use of computers . It is the scientific and practical approach to computation and its applications and the systematic study of the feasibility, structure, expression, and mechanization of the methodical procedures (or algorithms ) that underlie the acquisition, representation, processing, storage, communication of, and access to information . An alternate, more succinct definition of computer science is the study of automating algorithmic processes that scale. A computer scientist specializes in the theory of computation and the design of computational systems. [1] Its fields can be divided into a variety of theoretical and practical disciplines . Some fields, such as computational complexity theory (which explores the fundamental properties of computational and intractable problems), are highly abstract, while fields such as computer graphics emphasiz...

Computer and its fields

Computer Engineering: Computer engineering is a discipline that integrates several fields of electrical engineering and computer science required to develop computer hardware and software . [1] Computer engineers usually have training in electronic engineering (or electrical engineering ), software design , and hardware-software integration instead of only software engineering or electronic engineering. Computer engineers are involved in many hardware and software aspects of computing, from the design of individual microcontrollers , microprocessors , personal computers , and supercomputers , to circuit design . This field of engineering not only focuses on how computer systems themselves work, but also how they integrate into the larger picture. [2] Usual tasks involving computer engineers include writing software and firmware for embedded microcontrollers , designing VLSI chips, designing analog sensors , designing mixed signal circuit boards , and designing opera...

Input Devices

Input device: In computing , an input device is a peripheral (piece of computer hardware equipment) used to provide data and control signals to an information processing system such as a computer or information appliance . Examples of input devices include keyboards , mouse , scanners , digital cameras and joysticks . Many input devices can be classified according to: modality of input (e.g. mechanical motion, audio, visual, etc.) whether the input is discrete (e.g. pressing of key) or continuous (e.g. a mouse's position, though digitized into a discrete quantity, is fast enough to be considered continuous) the number of degrees of freedom involved (e.g. two-dimensional traditional mice, or three-dimensional navigators designed for CAD applications) Pointing devices , which are input devices used to specify a position in space, can further be classified according to: Whether the input is direct or indirect. With direct input, the input space coincides with ...