List of computer term etymologies
This is a list of the origins of computer-related terms or terms used in the computing world. It relates to both computer hardware and computer software.
Names of many computer terms, especially computer applications, often relate to the function they perform, e.g., a compiler is an application that compiles. However, there are other terms with less obvious origins, which are of etymological interest. This article lists such terms.
A
ABEND – originally from an IBM System/360 error message, short for "abnormal end". Jokingly reinterpreted as German Abend, because "it is what system operators do to the machine late on Friday when they want to call it a day."Ada – named after Ada Lovelace, who is considered by many to be the first programmer.Apache – originally chosen from respect for the Native American Indian tribe of Apache. It was suggested that the name was appropriate, as Apache began as a series of patches to code written for NCSA's HTTPd daemon. The result was "a patchy" server.AWK – composed of the initials of its authors Aho, Weinberger, and Kernighan.B
B – probably a contraction of "BCPL", reflecting Ken Thompson's efforts to implement a smaller BCPL in 8 KB of memory on a DEC PDP-7. Or, named after Bon.biff – named after a dog known by the developers at Berkeley, who – according to the UNIX manual page – died on 15 August 1993, at the age of 15, and belonged to Heidi Stettner. Some sources report that the dog would bark at the mail carrier, making it a natural choice for the name of a mail notification system. The Jargon File contradicts this description, but confirms at least that the dog existed.bit – first used by Claude E. Shannon in his seminal 1948 paper "A Mathematical Theory of Communication". Shannon's "bit" is a portmanteau of "binary digit". He attributed its origin to John W. Tukey, who had used the word in a Bell Labs memo of 9 January 1947.Bon – created by Ken Thompson and named either after his wife Bonnie, or else after "a religion whose rituals involve the murmuring of magic formulas".booting or bootstrapping – from the phrase "to pull oneself up by one's bootstraps", originally used as a metaphor for any self-initiating or self-sustaining process. Used in computing due to the apparent paradox that a computer must run code to load anything into memory, but code cannot be run until it is loaded.bug – often credited to Grace Hopper. In 1946, she joined the Harvard Faculty at the Computation Laboratory where she traced an error in the Harvard Mark II to a moth trapped in a relay. This bug was carefully removed and taped to the log book. However, use of the word 'bug' to describe defects in mechanical systems dates back to at least the 1870s, perhaps especially in Scotland. Thomas Edison, for one, used the term in his notebooks and letters.byte – coined by Werner Buchholz in June 1956 during the early design phase for the IBM Stretch computer.C
C – a programming language.C++ – an object-oriented programming language, a successor to the C programming language.computer – from the human computers who carried out calculations mentally and possibly with mechanical aids, now replaced by electronic programmable computers.cookie – a packet of information that travels between a browser and the web server.Carriage Return(CR) - The control character "carriage return" and its companion "line feed" originate from the mechanical workings of typewriters and early teleprinters. The carriage is the part of a typewriter that "carries" the paper horizontally for the next character to be typed. A "Carriage Return" was a mechanism to bring the carriage back to the beginning of the line. The "Line Feed" was a mechanism to move the paper vertically to the next line. Cursor (user interface) - Cursor is Latin for 'runner.' A cursor is the name given to the transparent slide engraved with a hairline that is used for marking a point on a slide rule. The term was then transferred to computers through analogy.D
D – a programming language.daemon – a process in an operating system that runs in the background.Dashboard - Originally, the word dashboard applied to a barrier of wood or leather fixed at the front of a horse-drawn carriage or sleigh to protect the driver from mud or other debris "dashed up" by the horses' hooves. The first known use of the term dates from 1847. Commonly these boards did not perform any additional function other than providing a convenient handhold for ascending into the driver's seat, or a small clip with which to secure the reins when not in use.Debian – a Linux distribution.default – an initial value for a variable or user setting.E
Ethernet – a computer networking technology.F
finger – Unix command that provides information about users logged into a system.foobar – from the U.S. Army slang acronym, FUBAR. Both foo and bar are commonly used as metasyntactic variables.Framework – The word "framework" originates from the field of architecture, where a framework refers to the structural skeleton of buildings. The derived figurative meaning used in computing is "a reusable code structure that provides a foundation for developing software applications".G
Gentoo – a Linux distribution.Git – a distributed version control system.GNU – a project with an original goal of creating a free operating system.Google – a search engine.Gopher – an early protocol for distributing documents over a network. Declined in favor of the World Wide Web.grep – a Unix command line utilityH
Hotmail – free email service, now named Outlook.com.I
i18n – short for "internationalization".ICQ – an instant messaging service.ID10T – pronounced "ID ten T" – is a code frequently used by a customer service representative to annotate their notes and identify the source of a problem as the person who is reporting the problem rather than the system being blamed. This is a thinly veiled reference to the CSR's opinion that the person reporting the problem is an IDIOT. Example: Problem reported caused by ID10T, no resolution possible. See also PEBKAC.J
Jakarta Project – a project constituted by Sun and Apache to create a web server for Java servlets and JSPs.Java – a programming language by Sun Microsystems, later acquired by Oracle.JavaScript – a programming language.K
Keyboard – The word "keyboard" originates from the control keys of musical instruments like pianos or organs.Kerberos – a computer network authentication protocol that is used by both Windows 2000 and Windows XP as their default authentication method.L
Linux – an operating system kernel, and the common name for many of the operating systems which use it.Lisa – A personal computer designed at Apple Computer during the early 1980s.liveware – computer personnel. Lotus Software – Lotus founder Mitch Kapor got the name for his company from 'The Lotus Position'. Kapor used to be a teacher of Transcendental Meditation technique as taught by Maharishi Mahesh Yogi.M
Macintosh, Mac – a personal computer from Apple Computer.N
Nerd – A colloquial term for a computer person, especially an obsessive, singularly focused one. Originally created by Dr. Seuss from his book If I Ran the Zoo.O
Oracle – a relational database management system.P
Pac-Man – a video arcade game.- Patch – A set of changes to a computer program or its supporting data designed to update, fix, or improve it.PCMCIA – the standards body for PC card and ExpressCard, expansion card form factors.PEBKAC – an acronym for "Problem Exists Between Keyboard And Chair", which is a code frequently used by a customer service representative to annotate their notes and identify the source of a problem as the person who is reporting the problem rather than the system being blamed. This is a thinly veiled reference to the CSR's opinion that the person reporting the problem is the problem. Example: PEBKAC, no resolution possible. See also ID10T.Pentium – a series of microprocessors from Intel.Perl – an interpreted scripting language.PHP – a server-side scripting languagePine – e-mail client.ping – a computer network tool used to detect hosts.Python – an interpreted scripting programming language.