Personal computer

From Citizendium
Revision as of 16:21, 5 May 2007 by imported>Eric M Gearhart (Fixed intro - Apple wasn't the only original manufacturer)
Jump to navigation Jump to search

A personal computer (PC) is usually a computer whose price, size, and features make it suitable for personal usage, generally in the home. The term entered popular usage when the personal computer became popular in the late 1970s and early 1980s. Three manufacturers of that era with the most popular machines popularized the term - Apple Computer with their Apple I and II series, Tandy Radio Shack with their TRS line of computers (most notably the TRS-80), and Commodore International with various models including the Commodore PET and Commodore 64. The ter directly influenced IBM when they named their flagship PC the IBM PC. Generally, personal computers differ from other types of computers only in terms of their components and function. Workstations or servers differ from personal computers primarily by function and grades of components used. This article generally discusses IBM_compatible_PCs.

Uses

Personal computers are normally operated by one user at a time to perform such general purpose tasks as word processing, internet browsing, internet faxing, e-mail and other digital messaging, multimedia playback, video game play, computer programming, etc. This is in contrast to most other consumer electronics, which tend to specialize in only a few functions, but tend to outperform general purpose PCs at those tasks. As a result, a video game console (for example) can generally play video games better than an equally-priced computer, but can't do any of a PC's other functions.

The user of a modern personal computer may have significant knowledge of the operating environment and application programs, but is not necessarily interested in or capable of programming for the computer. Therefore, most software written primarily for personal computers tends to be designed with simplicity of use, or " user-friendliness" in mind. However, the software industry continuously provides a wide range of new products for use in personal computers, targeted at both the expert and the non-expert user.

Types of Personal computers

Personal computers are generally divided into categories based on their size, portability, and capabilities.

Stationary computers

  • Desktop computers, frequently simply called desktops, are the largest personal computers. Often they are designed to fit on or under a desk. They frequently have the most expansion capabilities and tend to be the fastest, due to the looser size and heat constraints compared to other types of personal computers. They tend not to include integrated monitors, speakers, keyboards, or other devices, using expansion ports to connect those components.
  • All-in-One computers (often abbreviated AIO) are similar to desktop computers, but tend to integrate some external components into one package. In a desktop, the monitor, tower case, and speakers would be separate components connected by cables, while in an AIO, they would be combined into one package, often by building the computer behind the screen. One of the most well-known AIOs is the Apple iMac. An AIO tends to be less powerful and less expandable than a traditional desktop, as it suffers from the same engineering constraints as a portable computer (namely size and weight).

Portable computers

Portable computers are designed for portability, and so are lighter than desktops. They tend to be slightly more expensive than similarly equipped desktops, due to space and heat constraints. Most portable computers contain batteries so that they can be used for short periods without access to an electrical outlet.

  • Laptop computers (also called notebook computers) are small personal computers designed for mobility. Usually all of the peripherals needed to operate the laptop are built in to a single unit. They are operated with a keyboard and mouse, and are often nearly comparable to similar desktop computers in terms of processing power.
  • Tablet computers are computers that feature a touch screen. These tend to be slightly smaller than laptops. They are often operated with a stylus or a pen instead of a keyboard and mouse, although some models do offer both forms of input. They are generally slightly more expensive than non-tablet laptops.
  • Ultra-Mobile PCs (UMPC) bridge the gap between laptops/tablets and PDAs. With a maximum screen size of 7-8 diagonal inches (16-20 cm), they are much smaller than even the smallest laptops at 10-11 diagonal inches, and far smaller than the average 14-15 inch laptop. UMPCs use touch screens, and can run most applications tablets can run. Though far less powerful than most laptops, they can run versions of most computer applications.
  • Personal digital assistants (PDAs) are handheld devices that share many traits with other portable computers. They are often used for checking email or calendering, but lack the versitility of computers, and are limited in terms of their software choices. They are often smartphones, and are sometimes considered a consumer electronics device.

Configuration

Most personal computers are standardized to the point that purchased software is expected to run with little or no customization for the particular computer. Many PCs are also user-upgradable, especially desktop and workstation class computers. Devices such as main memory, mass storage, even the motherboard and central processing unit may be easily replaced by an end user. This upgradeability is, however, not indefinite due to rapid changes in the personal computer industry. A PC that was considered top-of-the-line five or six years prior may be impractical to upgrade due to changes in industry standards. Such a computer usually must be totally replaced once it is no longer suitable for its purpose.

The hardware capabilities of personal computers can sometimes be extended by the addition of expansion cards connected via an expansion bus. Some standard peripheral buses often used for adding expansion cards in personal computers are PCI, AGP (a high-speed PCI bus dedicated to graphics adapters), and PCI Express. Most desktop personal computers have multiple physical PCI expansion slots and a PCI Express (PCIe) bus and one or more expansion slots. Some motherboards contain an AGP bus instead of a PCIe bus, but PCIe has mostly replaced AGP.

Motherboard

For more information, see: PC motherboard.

The motherboard (or mainboard) is the primary circuit board for a personal computer. Many other components connect directly or indirectly to the motherboard. Motherboards usually contain one or more CPUs, supporting circuitry and ICs for CPU operation, main memory, and facilities for initial setup of the computer immediately after being powered on. Boot firmware or a BIOS is often held in a small piece of non-volatile memory, such as Flash memory. Additionally, it contains connectors for hard drives and optical or floppy drives. In many portable and embedded personal computers, the motherboard houses nearly all of the PC's core components. Often a motherboard will also contain one or more peripheral buses and physical connectors for expansion purposes. Some higher-end motherboards have a secondary daughter board attached to provide further expandability or to satisfy space constraints.

Central processing unit

For more information, see: Central processing unit.

The central processing unit, or CPU, is the part of the computer that executes operations. Computer software programs, including the operating system, consists of millions of processor instructions encoded in binary. Nearly all PCs contain a type of CPU known as a microprocessor. The microprocessor often plugs into the motherboard using one of many different types of sockets. IBM compatible PC computers use an x86-compatible processor. Intel makes most of the processors in personal computers, with AMD being it's closest competitor. Via and Transmeta also make x86 processors. Other types of computers might use Power PC, SPARC or other types of CPUs, however nearly all computers sold to home users use x86 processors.

Personal computers generally have only a single processor package, which may have two or four cores. Each core is essentially an independent processor. Each processor package fits into a socket. Workstations and servers may have multiple sockets, but nearly all personal computers have only a single socket.

Main memory

For more information, see: Primary storage.

A PC's main memory place (or primary storage) is fast storage space that is directly accessible by the CPU, used to store the currently executing program and immediate data. PCs use semiconductor random access memory such as SDRAM as their primary storage. Main memory is usually much faster than mass storage devices like hard disks or optical discs, but cannot retain data without power and is more expensive than mass storage. Therefore, it is not generally suitable for long-term or archival data storage.

Mass storage

For more information, see: Hard disk.
Internals of a Winchester disk

Mass storage stores programs and data without consuming power. Although semiconductor flash memory has dropped in cost, the prevailing form of mass storage in personal computers is still the electromechanical hard disk.

A computer's hard disk stores most of the user's data, including their operating system, applications, media, and documents. On a Microsoft Windows computer, this is represented by the "C:" drive.

If the mass storage controller (often on the motherboard) provides for expandability, a PC may also be upgraded by the addition of extra hard disks or removable storage drives. Standard internal storage device interfaces are ATA and Serial ATA, with SATA being the faster of the two. Other types of internal storage device interfaces include SCSI and CF+ Type II. A hard drive usually takes up a 3.5 inch or 2.5 inch bay inside a computer.

Removable storage

Removable storage drives include DVD, CD, and floppy disk drives, as well as flash card readers. In most cases, removable storage drives are bigger than hard drives, requiring a 5.25 inch bay. Drives are generally named by what sort of actions they can perform on a type of media. For instance, a "DVD-ROM" drive can read DVDs, because "ROM" stands for "Read-Only Memory". A "CD-R" drive can record once to a CD, and also read CDs, because the "-R" stands for "recordable". A "CD-RW" drive can read and rewrite CDs, because "-RW" stands for "re-writeable".

Graphics - Video card

For more information, see: Graphics processing unit.

The graphics processing unit (GPU) is responsible for handling the graphics output of the computer, generally to the monitor. A GPU consists of a specialized processor and RAM. GPUs usually handle one or two outputs, often in forms like VGA or DVI. In some computers, GPUs can also handle other functions, such as video decoding.

A graphics unit can be dedicated or integrated. A dedicated graphics unit is normally housed on an expansion card and connected to the motherboard by an expansion slot, such as PCIe or AGP, and includes dedicated RAM for the graphics coprocessor to use. An integrated graphics solution borrows RAM from the processor to do its work. Generally, lower-end PCs or smaller PCs tend to have integrated graphics solutions, while midrange or high-end PCs have dedicated graphics cards. Gaming PCs sometimes include more than one graphics card.

See also

Notes

External links