Visit our new beta site!

computer

From: The Columbia Encyclopedia, Sixth Edition  |  Date: 2008

computer device capable of performing a series of arithmetic or logical operations. A computer is distinguished from a calculating machine, such as an electronic calculator , by being able to store a computer program (so that it can repeat its operations and make logical decisions), by the number and complexity of the operations it can perform, and by its ability to process, store, and retrieve data without human intervention. Computers developed along two separate engineering paths, producing two distinct types of computer—analog and digital. An analog computer operates on continuously varying data; a digital computer performs operations on discrete data.

Computers are categorized by both size and the number of people who can use them concurrently. Supercomputers are sophisticated machines designed to perform complex calculations at maximum speed; they are used to model very large dynamic systems, such as weather patterns. Mainframes, the largest and most powerful general-purpose systems, are designed to meet the computing needs of a large organization by serving hundreds of computer terminals at the same time. Minicomputers, though somewhat smaller, also are multiuser computers, intended to meet the needs of a small company by serving up to a hundred terminals. Microcomputers, computers powered by a microprocessor , are subdivided into personal computers and workstations, the latter typically incorporating RISC processors . Although microcomputers were originally single-user computers, the distinction between them and minicomputers has blurred as microprocessors have become more powerful. Linking multiple microcomputers together through a local area network or by joining multiple microprocessors together in a parallel-processing system has enabled smaller systems to perform tasks once reserved for mainframes, and the techniques of grid computing have enabled computer scientists to utilize the unemployed processing power of connected computers.

Advances in the technology of integrated circuits have spurred the development of smaller and more powerful general-purpose digital computers. Not only has this reduced the size of the large, multi-user mainframe computers—which in their early years were large enough to walk through—to that of large pieces of furniture, but it has also made possible powerful, single-user personal computers and workstations that can sit on a desktop. These, because of their relatively low cost and versatility, have largely replaced typewriters in the workplace and rendered the analog computer inefficient.

Analog Computers

An analog computer represents data as physical quantities and operates on the data by manipulating the quantities. It is designed to process data in which the variable quantities vary continuously (see analog circuit ); it translates the relationships between the variables of a problem into analogous relationships between electrical quantities, such as current and voltage, and solves the original problem by solving the equivalent problem, or analog, that is set up in its electrical circuits. Because of this feature, analog computers were especially useful in the simulation and evaluation of dynamic situations, such as the flight of a space capsule or the changing weather patterns over a certain area. The key component of the analog computer is the operational amplifier , and the computer's capacity is determined by the number of amplifiers it contains (often over 100). Although analog computers are commonly found in such forms as speedometers and watt-hour meters, they largely have been made obsolete for general-purpose mathematical computations and data storage by digital computers.

Digital Computers

A digital computer is designed to process data in numerical form (see digital circuit ); its circuits perform directly the mathematical operations of addition, subtraction, multiplication, and division. The numbers operated on by a digital computer are expressed in the binary system ; binary digits, or bits, are 0 and 1, so that 0, 1, 10, 11, 100, 101, etc., correspond to 0, 1, 2, 3, 4, 5, etc. Binary digits are easily expressed in the computer circuitry by the presence (1) or absence (0) of a current or voltage. A series of eight consecutive bits is called a "byte" ; the eight-bit byte permits 256 different "on-off" combinations. Each byte can thus represent one of up to 256 alphanumeric characters, and such an arrangement is called a "single-byte character set" (SBCS); the de facto standard for this representation is the extended ASCII character set. Some languages, such as Japanese, Chinese, and Korean, require more than 256 unique symbols. The use of two bytes, or 16 bits, for each symbol, however, permits the representation of up to 65,536 characters or ideographs. Such an arrangement is called a "double-byte character set" (DBCS); Unicode is the international standard for such a character set. One or more bytes, depending on the computer's architecture, is sometimes called a digital word; it may specify not only the magnitude of the number in question, but also its sign (positive or negative), and may also contain redundant bits that allow automatic detection, and in some cases correction, of certain errors (see code ; information theory ). A digital computer can store the results of its calculations for later use, can compare results with other data, and on the basis of such comparisons can change the series of operations it performs. Digital computers are used for reservations systems, scientific investigation, data-processing and word-processing applications, desktop publishing , electronic games , and many other purposes.

Processing of Data

The operations of a digital computer are carried out by logic circuits , which are digital circuits whose single output is determined by the conditions of the inputs, usually two or more. The various circuits processing data in the computer's interior must operate in a highly synchronized manner; this is accomplished by controlling them with a very stable oscillator , which acts as the computer's "clock." Typical computer clock rates range from several million cycles per second to several hundred million, with some of the fastest computers having clock rates of about a billion cycles per second. Operating at these speeds, digital computer circuits are capable of performing thousands to trillions of arithmetic or logic operations per second, thus permitting the rapid solution of problems that would be impossible for a human to solve by hand. In addition to the arithmetic and logic circuitry and a small number of registers (storage locations that can be accessed faster than main storage and are used to hold the intermediate results of calculations), the heart of the computer—called the central processing unit, or CPU—contains the circuitry that decodes the set of instructions, or program, and causes it to be executed.

Storage and Retrieval of Data

Associated with the central processing unit is the storage unit, or memory, where results or other data are stored for periods of time ranging from a small fraction of a second to days or weeks before being retrieved for further processing. Once made up of vacuum tubes and later of small doughnut-shaped ferromagnetic cores strung on a wire matrix, main storage now consists of integrated circuits , each of which contains thousands of semiconductor devices. Where each vacuum tube or core represented one bit and the total memory of the computer was measured in thousands of bytes (or kilobytes, KB), each semiconductor device now represents millions of bytes (or megabytes, MB) and the total memory of mainframe computers is measured in billions of bytes (or gigabytes, GB). Random-access memory (RAM), which both can be read from and written to, is lost each time the computer is turned off. Read-only memory (ROM), which cannot be written to, maintains its content at all times and is used to store the computer's control information.

Programs and data that are not currently being used in main storage can be saved on auxiliary storage, or external storage. Although punched paper tape and punched cards once served this purpose, the major materials used today are magnetic tape and magnetic disks, which can be read from and written to, and two types of optical disks , the compact disc (CD) and its successor the digital versatile disc (DVD). DVD is an improved optical storage technology capable of storing vastly greater amounts of data than the CD technology. CD-Read-Only Memory (CD-ROM) and DVD-Read-Only Memory (DVD-ROM) disks can only be read—the disks are impressed with data at the factory but once written cannot be erased and rewritten with new data. The latter part of the 1990s saw the introduction of new optical storage technologies: CD-Recordable (CD-R) and DVD-Recordable (DVD-R), optical disks that can be written to by the computer to create a CD-ROM or DVD-ROM, but can be written to only once; and CD-ReWritable (CD-RW), DVD-ReWritable (DVD-RW and DVD+RW), and DVD-Random Access Memory (DVD-RAM), disks that can be written to multiple times.

When compared to semiconductor memory, magnetic and optical storage is less expensive, is not volatile (i.e., data is not lost when the power to the computer is shut off), and provides a convenient way to transfer data from one computer to another. Thus operating instructions or data output from one computer can be stored away from the computer and then retrieved either by the same computer or another. In a system using magnetic tape the information is stored by a specially designed tape recorder somewhat similar to one used for recording sound. In magnetic and optical disk systems the principle is the same except that the magnetic or optical medium lies in a path, or track, on the surface of a disk. The disk drive also contains a motor to spin the disk and a magnetic or optical head or heads to read and write the data to the disk. Drives take several forms, the most significant difference being whether the disk can be removed from the drive assembly.

Removable magnetic disks are most commonly made of mylar enclosed in a paper or plastic holder. These floppy disks have varying capacities, with very high density disks holding 250 MB—more than enough to contain a dozen books the size of Tolstoy's Anna Karenina. Compact discs can hold many hundreds of megabytes, and are used, for example, to store the information contained in an entire multivolume encyclopedia or set of reference works, and DVD disks can hold ten times as much as that. Nonremovable disks are made of metal and arranged in spaced layers. They can hold more data and can read and write data much faster than floppies.

Data are entered into the computer and the processed data made available via input/output devices. All auxiliary storage devices are used as input/output devices. For many years, the most popular input/output medium was the punched card. Although this is still used, the most popular input device is now the computer terminal and the most popular output device is the high-speed printer . Human beings can directly communicate with the computer through computer terminals, entering instructions and data by means of keyboards much like the ones on typewriters, by using a pointing device such as a mouse, trackball, or touchpad, or by speaking into a microphone that is connected to computer running voice-recognition software. Responses may be displayed on a cathode-ray tube , liquid-crystal display, or printer. The CPU, main storage, auxiliary storage, and input/output devices collectively make up a system.

Sharing the Computer's Resources

Generally, the slowest operations that a computer must perform are those of transferring data, particularly when data is received from or delivered to a human being. The computer's central processor is idle for much of this period, and so two similar techniques are used to use its power more fully.

Time sharing, used on large computers, allows several users at different terminals to use a single computer at the same time. The computer performs part of a task for one user, then suspends that task to do part of another for another user, and so on. Each user only has the computer's use for a fraction of the time, but the task switching is so rapid that most users are not aware of it. Most of the tens of millions of computers in the world are stand-alone, single-user devices known variously as personal computers or workstations. For them, multitasking involves the same type of switching, but for a single user. This permits a user, for example, to have one file printed and another sorted while editing a third in a word-processing session. Such personal computers can also be linked together in a network, where each computer is connected to others, usually by wires or coaxial cables, permitting all to share resources such as printers, modems , and hard-disk storage devices.

Computer Programs and Programming Languages

Before a computer can be used to solve a given problem, it must first be programmed, that is, prepared for solving the problem by being given a set of instructions, or program. The various programs by which a computer controls aspects of its operations, such as those for translating data from one form to another, are known as software, as contrasted with hardware, which is the physical equipment comprising the installation. In most computers the moment-to-moment control of the machine resides in a special software program called an operating system, or supervisor. Other forms of software include assemblers and compilers for programming languages and applications for business and home use (see computer program ). Software is of great importance; the usefulness of a highly sophisticated array of hardware can be severely compromised by the lack of adequate software.

Each instruction in the program may be a simple, single step, telling the computer to perform some arithmetic operation, to read the data from some given location in the memory, to compare two numbers, or to take some other action. The program is entered into the computer's memory exactly as if it were data, and on activation, the machine is directed to treat this material in the memory as instructions. Other data may then be read in and the computer can carry out the program to solve the particular problem.

Since computers are designed to operate with binary numbers, all data and instructions must be represented in this form; the machine language, in which the computer operates internally, consists of the various binary codes that define instructions together with the formats in which the instructions are written. Since it is time-consuming and tedious for a programmer to work in actual machine language, a programming language , or high-level language, designed for the programmer's convenience, is used for the writing of most programs. The computer is programmed to translate this high-level language into machine language and then solve the original problem for which the program was written. Certain high-level programming languages are universal, varying little from machine to machine.

Development of Computers

Although the development of digital computers is rooted in the abacus and early mechanical calculating devices, Charles Babbage is credited with the design of the first modern computer, the "analytical engine," during the 1830s. American scientist Vannevar Bush built a mechanically operated device, called a differential analyzer, in 1930; it was the first general-purpose analog computer. John Atanassoff constructed the first semielectronic digital computing device in 1939.

The first fully automatic calculator was the Mark I, or Automatic Sequence Controlled Calculator, begun in 1939 at Harvard by Howard Aiken, while the first all-purpose electronic digital computer, ENIAC (Electronic Numerical Integrator And Calculator), which used thousands of vacuum tubes, was completed in 1946 at the Univ. of Pennsylvania. UNIVAC (UNIVersal Automatic Computer) became (1951) the first computer to handle both numeric and alphabetic data with equal facility; this was the first commercially available computer.

First-generation computers were supplanted by the transistorized computers (see transistor ) of the late 1950s and early 60s, second-generation machines that were smaller, used less power, and could perform a million operations per second. They, in turn, were replaced by the third-generation integrated-circuit machines of the mid-1960s and 1970s that were even smaller and were far more reliable. The 1980s and 90s were characterized by the development of the microprocessor and the evolution of increasingly smaller but powerful computers, such as the personal computer and personal digital assistant , which ushered in a period of rapid growth in the computer industry.

Bibliography

See S. G. Nash, A History of Scientific Computing (1990); D. I. A. Cohen, Introduction to Computer Theory (2d ed. 1996); P. Norton, Peter Norton's Introduction to Computers (2d ed. 1996); A. W. Biermann, Great Ideas in Computer Science: A Gentle Introduction (2d ed. 1997); R. L. Oakman, The Computer Triangle: Hardware, Software, People (2d ed. 1997); R. Maran, Computers Simplified (4th ed. 1998); A. S. Tanenbaum and J. R. Goodman. Structured Computer Organization (4th ed. 1998).

Author not available, COMPUTER., The Columbia Encyclopedia, Sixth Edition 2008

Related articles from HighBeam Research:

Research and Markets Adds Report: China Computer Peripherals Industry Report, 2007-2008
Wireless News; 5/9/2008; 396 words; Research and Markets Adds Report: China Computer Peripherals Industry Report, 2007-2008 WIRELESS NEWS-May 9, 2008-Research and Markets Adds Report: China Computer Peripherals Industry Report, 2007-2008 (C)2008 10Meters - http://www.10meters.com Research and Markets has announced the addition of China ...
SIGGRAPH Announces Computer Animation Festival Award Nominees
Wireless News; 5/9/2008; 897 words; SIGGRAPH Announces Computer Animation Festival Award Nominees WIRELESS NEWS-May 9, 2008-SIGGRAPH Announces Computer Animation Festival Award Nominees (C)2008 10Meters - http://www.10meters.com ACM SIGGRAPH announced the award nominees for the SIGGRAPH 2008 Computer Animation Festival to be held in ...
Computer Attacks in China Target Activists, Journalists
NPR Morning Edition; 5/9/2008; RENEE MONTAGNE; 639 words; Computer Attacks in China Target Activists ... by increasingly sophisticated computer attacks. As NPR's Anthony Kuhn ... Nathan Dorjee is a volunteer computer consultant to the group. He thinks ... Mr. NATHAN DORJEE (Volunteer Computer Consultant, Students for a Free ... everything that's being done on the ...
Event Brief of Q3 2008 Concurrent Computer Corporation Earnings Conference Call - Final
Fair Disclosure Wire; 4/25/2008; 5944 words; PARTICIPANTS . Kirk Somers, Concurrent Computer Corp., VPIR, General Counsel . Dan Mondor, Concurrent Computer Corp, CEO . Emory Berry, Concurrent Computer Corp., CFO . Gary Trimm, concurrent Computer Corp, Retiring CEO . Murray Arenson, Ferris ... Good morning, guys. EMORY BERRY, CFO, CONCURRENT ...
Digital gamers target disease; Researchers hope a computer challenge on proteins will help beat real-life viruses.(PAGE ONE)
The Washington Times; 5/11/2008; 831 words; ... monsters, criminals or aliens, a new computer game enlists them in the real-life fight ... and viruses. Gamers who play Foldit, a computer game developed by University of Washington ... Zoran Popovic, an associate professor of computer science and engineering who was part ...
Computer games breathe life into HMV revival ; RETAIL
Birmingham Post; 5/10/2008; Mike Elliott; 579 words; Computer games breathe life into HMV revival ; RETAIL Byline: Mike ... towards the top end of expectations, driven by demand for computer games. HMV, a year into a three-year turnaround plan centred ... continue unabated," they said. Simon Fox said stripping computer games from the numbers, HMV UK's ...
Q3 2008 Concurrent Computer Corporation Earnings Conference Call - Final
Fair Disclosure Wire; 4/25/2008; 6899 words; ... ladies and gentlemen and welcome to the Concurrent Computer Corporation third quarter fiscal year '08 earnings ... KIRK SOMERS, VP IR, GENERAL COUNSEL, CONCURRENT COMPUTER CORP.: Thank you, Shansulay, And good morning, everyone ... without the expressed written consent of Concurrent Computer Corporation is ...
Primary receives pounds7,000 for new computers ; Pupils at St Andrew's Primary School in Kirk Ella are also celebrating after their computer suite was re-stocked.
Hull Daily Mail (UK); 5/10/2008; 180 words; ... Ella are also celebrating after their computer suite was re-stocked. The school lost all its computers in June. The Rotary Club of Humberside donated pounds7,000 to the school and 21 new computers have been purchased. Club president John ...
FED: Researchers say computer evidence could help court trials
AAP General News (Australia); 5/12/2008; 222 words; FED: Researchers say computer evidence could help court trials CANBERRA ... acting as jurors, measured responses to computer-simulated evidence. During the experimental ... were exposed to simulations involving computer graphics used to re-create the known ...
Aliant adds Apple's MacBook to Computer Purchase Program.(Bell Aliant )(Brief article)
Telecomworldwire; 5/6/2008; 167 words; ... May 2008-Aliant adds Apple's MacBook to Computer Purchase Program(C)1994-2008 M2 COMMUNICATIONS ... communications technology provider in Canada, with computer company Apple, to add Apple's MacBook to the Aliant Computer Purchase Program offering. The company ...
Microsoft gets tough with Pirates ; Computer giant Microsoft has fired a warning shot at a shop in Bristol after it was discovered selling illegal copies of its software.
Western Daily Press (Bristol UK); 5/12/2008; 166 words; Computer giant Microsoft has fired a warning shot at a shop in ... discovered selling illegal copies of its software. Whitchurch Computer Centre has been told it will face a massive fine if it ... prospect of a costly court case and huge fine Whitchurch Computer Centre admitted to involvement in the sale of ...
TRACKING YOUR COMPUTER'S SPEED.(Stars)(Column)
The Post-Standard (Syracuse, NY); 4/6/2008; 408 words; ... car has a speedometer. Isn't it time your computer had one, too? Knowing how fast your computer's going on that Internet superhighway can ... if you soup up the Internet engine on your computer using software tweaks, having an Internet ...
Q1 2008 Computer Programs and Systems, Inc. Earnings Conference Call - Final
Fair Disclosure Wire; 4/25/2008; 5631 words; ... gentlemen, thank you for standing buy and welcome to the Computer Programs and Systems first quarter earnings conference ... Boyd Douglas President and Chief Executive Officer at Computer Programs and Systems, Inc. Please go ahead, BOYD DOUGLAS, PRESIDENT AND CEO, COMPUTER PROGRAMS AND SYSTEMS, INC.: Thank ...
Computer-supported collaborative learning; best practices and principles for instructors.(Brief Article)(Book Review)
Reference & Research Book News; 5/1/2008; 174 words; 9781599047539 Computer-supported collaborative learning; best practices and principles ... psychology at Minnesota State U. (Lassiter), this examination of computer-supported collaborative learning (CSCL) was written for K ... 30 researchers, scientists and educators. ([c]20082005 Book News, Inc., Portland, OR)
Panasonic Computer Solutions Co.(INDUSTRY NEWS)
Law Enforcement Technology; 4/1/2008; 36 words; Panasonic Computer Solutions Co. ... announces key upgrades to its Toughbook 19 rugged convertible tablet computer. Like Panasonic's Toughbook 30, the Toughbook 19 now features a Core 2 Duo processor and expanded memory capabilities.

See all results from premium newspaper and magazine articles, images, maps and more at HighBeam Research.

Related articles from newspapers, magazines and other sources:

Computers: instruments of change. (includes related glossary of computer terms)
Occupational Outlook Quarterly; 12/22/1992; Barkume, Megan; 7570 words;
Making Computer Crime Count.
The FBI Law Enforcement Bulletin; 8/1/2001; GOODMAN, MARC; 4466 words;
Adolescent computer use and academic achievement.
Adolescence; 6/22/2005; Hunley, Sawyer A. Evans, James H. Delgado-Hachey, Maria Krise, Judy Rich, Tammy Schell, Connie; 4272 words;
Computer manufacturing: change and competition.
Monthly Labor Review; 8/1/1996; Warnke, Jacqueline; 4717 words;
Computer manufacturing enters a new era of growth. (output and employment analyses and forecasts)
Monthly Labor Review; 9/1/1986; Einstein, Marcus E. Franklin, James C.; 5320 words;
Computer Anxiety and Performance: An Application of a Change Model in a Pedagogical Setting.
Journal of Instructional Psychology; 9/1/2001; Desai, Mayur S.; 5122 words;
Computer access technology: an ecological approach to meeting the information needs of people with visual disabilities. (includes bibliography)
American Rehabilitation; 6/22/1989; Graves, William H. Maxson, Bonita J.; 3492 words;
Digital divide in computer access and use between poor and non-poor youth.
Journal of Sociology & Social Welfare; 6/1/2004; Eamon, Mary Keegan; 6647 words;
Computer training and the workplace: a little goes a long way.
Occupational Outlook Quarterly; 12/22/1985; Goldstein, Harold Fraser, Bryna Shore; 2314 words;
Selling the schools a bill of goods: the marketing of computer-based education.
Afterimage; 3/1/1996; Noble, Douglas D.; 12178 words;
Browse by alphabet: