请输入您要查询的英文单词:

 

单词 programming language
释义

programming language


programming language

n. An artificial language used to write instructions that can be translated into machine language and then executed by a computer.

programming language

n (Computer Science) a simple language system designed to facilitate the writing of computer programs. See high-level language, low-level language, machine code

programming language

A language, such as BASIC, in which a program is written so that a computer will understand it.
Thesaurus
Noun1.programming language - (computer science) a language designed for programming computersprograming languagecomputer science, computing - the branch of engineering science that studies (with the aid of computers) computable processes and structuresartificial language - a language that is deliberately created for a specific purposealgorithmic language - an artificial language designed to express algorithmsassembly language - a low-level programing language; close approximation to machine languagecomputer language, computer-oriented language, machine language, machine-oriented language - a programming language designed for use on a specific class of computersmultidimensional language - a programming language whose expressions are assembled in more than one dimensionobject language, target language - a computer language into which something written in another computer language is to be translatedobject-oriented programing language, object-oriented programming language - (computer science) a programming language that enables the programmer to associate a set of procedures with each type of data structure; "C++ is an object-oriented programming language that is an extension of C"one-dimensional language - a programming language whose expressions are represented by strings of charactersstratified language - a language that cannot be used as its own metalanguageunstratified language - a programming language that (like natural language) can be used as its own metalanguagelist-processing language, LISP - a flexible procedure-oriented programing language that manipulates symbols in the form of listslogic programing, logic programming, Prolog - a computer language designed in Europe to support natural language processingCOBOL - common business-oriented languageC - a general-purpose programing language closely associated with the UNIX operating systemBASIC - a popular programming language that is relatively easy to learn; an acronym for beginner's all-purpose symbolic instruction code; no longer in general usePascal - a programing language designed to teach programming through a top-down modular approach

programming language

Programming languages

Ada, Algol, BASIC or Basic, C, C++, C#, COBOL or Cobol, FORTH or Forth, FORTRAN or Fortran, Haskell, Java, LISP, LOGO, Pascal, Perl, PL/1, Postscript, PROLOG or Prolog, RPG, Simula, Smalltalk, SNOBOL, SQL
Translations

programming language


programming language,

syntax, grammar, and symbols or words used to give instructions to a computercomputer,
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
..... Click the link for more information.
.

Development of Low-Level Languages

All computers operate by following machine language programs, a long sequence of instructions called machine code that is addressed to the hardware of the computer and is written in binary notation (see numerationnumeration,
in mathematics, process of designating numbers according to any particular system; the number designations are in turn called numerals. In any place value system of numeration, a base number must be specified, and groupings are then made by powers of the base number.
..... Click the link for more information.
), which uses only the digits 1 and 0. First-generation languages, called machine languages, required the writing of long strings of binary numbers to represent such operations as "add," "subtract," "and compare." Later improvements allowed octal, decimal, or hexadecimal representation of the binary strings.

Because writing programs in machine language is impractical (it is tedious and error prone), symbolic, or assembly, languages—second-generation languages—were introduced in the early 1950s. They use simple mnemonics such as A for "add" or M for "multiply," which are translated into machine language by a computer programcomputer program,
a series of instructions that a computer can interpret and execute; programs are also called software to distinguish them from hardware, the physical equipment used in data processing.
..... Click the link for more information.
 called an assembler. The assembler then turns that program into a machine language program. An extension of such a language is the macro instruction, a mnemonic (such as "READ") for which the assembler substitutes a series of simpler mnemonics. The resulting machine language programs, however, are specific to one type of computer and will usually not run on a computer with a different type of central processing unit (CPU).

Evolution of High-Level Languages

The lack of portability between different computers led to the development of high-level languages—so called because they permitted a programmer to ignore many low-level details of the computer's hardware. Further, it was recognized that the closer the syntax, rules, and mnemonics of the programming language could be to "natural language" the less likely it became that the programmer would inadvertently introduce errors (called "bugs") into the program. Hence, in the mid-1950s a third generation of languages came into use. These algorithmic, or procedural, languages are designed for solving a particular type of problem. Unlike machine or symbolic languages, they vary little between computers. They must be translated into machine code by a program called a compiler or interpreter.

Early computers were used almost exclusively by scientists, and the first high-level language, Fortran [Formula translation], was developed (1953–57) for scientific and engineering applications by John Backus at the IBM Corp. A program that handled recursive algorithms better, LISP [LISt Processing], was developed by John McCarthy at the Massachusetts Institute of Technology in the early 1950s; implemented in 1959, it has become the standard language for the artificial intelligence community. COBOL [COmmon Business Oriented Language], the first language intended for commercial applications, is still widely used; it was developed by a committee of computer manufacturers and users under the leadership of Grace Hopper, a U.S. Navy programmer, in 1959. ALGOL [ALGOrithmic Language], developed in Europe about 1958, is used primarily in mathematics and science, as is APL [A Programming Language], published in the United States in 1962 by Kenneth Iverson. PL/1 [Programming Language 1], developed in the late 1960s by the IBM Corp., and ADA [for Ada LovelaceLovelace, Ada
(Augusta Ada King-Noel, Countess of Lovelace), 1815–1852, English mathematician, b. London as Augusta Ada Byron. The daughter of the poet Lord Byron and Anne Isabella Milbanke, she was raised by her mother, who had an interest in mathematics and science and
..... Click the link for more information.
], developed in 1981 by the U.S. Dept. of Defense, are designed for both business and scientific use.

BASIC [Beginner's All-purpose Symbolic Instruction Code] was developed by two Dartmouth College professors, John Kemeny and Thomas Kurtz, as a teaching tool for undergraduates (1966); it subsequently became the primary language of the personal computer revolution. In 1971, Swiss professor Nicholas Wirth developed a more structured language for teaching that he named Pascal (for French mathematician Blaise PascalPascal, Blaise
, 1623–62, French scientist and religious philosopher. Studying under the direction of his father, a civil servant, Pascal showed great precocity, especially in mathematics and science.
..... Click the link for more information.
, who built the first successful mechanical calculator). Modula 2, a Pascallike language for commercial and mathematical applications, was introduced by Wirth in 1982. Ten years before that, to implement the UNIX operating system, Dennis Ritchie of Bell Laboratories produced a language that he called C; along with its extensions, called C++, developed by Bjarne Stroustrup of Bell Laboratories, it has perhaps become the most widely used general-purpose language among professional programmers because of its ability to deal with the rigors of object-oriented programmingobject-oriented programming,
a modular approach to computer program (software) design. Each module, or object, combines data and procedures (sequences of instructions) that act on the data; in traditional, or procedural, programming the data are separated from the instructions.
..... Click the link for more information.
. Java is an object-oriented language similar to C++ but simplified to eliminate features that are prone to programming errors. Java was developed specifically as a network-oriented language, for writing programs that can be safely downloaded through the InternetInternet, the,
international computer network linking together thousands of individual networks at military and government agencies, educational institutions, nonprofit organizations, industrial and financial corporations of all sizes, and commercial enterprises (called gateways
..... Click the link for more information.
 and immediately run without fear of computer virusescomputer virus,
rogue computer program, typically a short program designed to disperse copies of itself to other computers and disrupt those computers' normal operations.
..... Click the link for more information.
. Using small Java programs called applets, World Wide WebWorld Wide Web
(WWW or W3), collection of globally distributed text and multimedia documents and files and other network services linked in such a way as to create an immense electronic library from which information can be retrieved quickly by intuitive searches.
..... Click the link for more information.
 pages can be developed that include a full range of multimediamultimedia,
in personal computing, software and applications that combine text, high-quality sound, two- and three-dimensional graphics, animation, photo images, and full-motion video.
..... Click the link for more information.
 functions.

Fourth-generation languages are nonprocedural—they specify what is to be accomplished without describing how. The first one, FORTH, developed in 1970 by American astronomer Charles Moore, is used in scientific and industrial control applications. Most fourth-generation languages are written for specific purposes. Fifth-generation languages, which are still in their infancy, are an outgrowth of artificial intelligenceartificial intelligence
(AI), the use of computers to model the behavioral aspects of human reasoning and learning. Research in AI is concentrated in some half-dozen areas.
..... Click the link for more information.
 research. PROLOG [PROgramming LOGic], developed by French computer scientist Alain Colmerauer and logician Philippe Roussel in the early 1970s, is useful for programming logical processes and making deductions automatically.

Many other languages have been designed to meet specialized needs. GPSS [General Purpose System Simulator] is used for modeling physical and environmental events, and SNOBOL [String-Oriented Symbolic Language] is designed for pattern matching and list processing. LOGO, a version of LISP, was developed in the 1960s to help children learn about computers. PILOT [Programmed Instruction Learning, Or Testing] is used in writing instructional software, and Occam is a nonsequential language that optimizes the execution of a program's instructions in parallel-processingparallel processing,
the concurrent or simultaneous execution of two or more parts of a single computer program, at speeds far exceeding those of a conventional computer.
..... Click the link for more information.
 systems.

There are also procedural languages that operate solely within a larger program to customize it to a user's particular needs. These include the programming languages of several database and statistical programs, the scripting languages of communications programs, and the macro languages of word-processingword processing,
use of a computer program or a dedicated hardware and software package to write, edit, format, and print a document. Text is most commonly entered using a keyboard similar to a typewriter's, although handwritten input (see pen-based computer) and audio input (as
..... Click the link for more information.
 programs.

Compilers and Interpreters

Once the program is written and has had any errors repaired (a process called debugging), it may be executed in one of two ways, depending on the language. With some languages, such as C or Pascal, the program is turned into a separate machine language program by a compiler, which functions much as an assembler does. Other languages, such as LISP, do not have compilers but use an interpreter to read and interpret the program a line at a time and convert it into machine code. A few languages, such as BASIC, have both compilers and interpreters. Source code, the form in which a program is written in a high-level language, can easily be transferred from one type of computer to another, and a compiler or interpreter specific to the machine configuration can convert the source code to object, or machine, code.

Bibliography

See R. Cezzar, A Guide to Programming Languages: Overview and Comparison (1995), T. W. Pratt and M. V. Zelkowitz, Programming Languages: Design and Implementation (3d ed. 1996); C. Ghezzi and M. Jazayem, Programming Language Concepts (3d ed. 1997); R. W. Sebasta, Concepts of Programming Languages (4th ed. 1998).

Language, Programming

 

a formal symbolic system used for human communication with a digital computer. The programming language is designed to describe data (information) and algorithms (programs) for data processing by a computer. Examples of programming languages are ALGOL, COBOL, and FORTRAN; machine languages are also programming languages.

Programming languages occupy an intermediate position between natural languages and formal, or formalized, languages. They are similar to the former in grammatical structure (use of words from natural languages, presence of a phrase structure, and so on); they resemble formal languages in the use of mathematical symbols and concepts, but most importantly because they have strict, precisely described rules for constructing texts in the programming language and expressing the meaning of such texts. The principal use of programming languages is as a means of programming, that is, for writing programs and running them on digital computers.

programming language

[′prō‚gram·iŋ ‚laŋ·gwij] (computer science) The language used by a programmer to write a program for a computer.

programming language

a simple language system designed to facilitate the writing of computer programs

programming language

(language)A formal language in which computer programs arewritten. The definition of a particular language consists ofboth syntax (how the various symbols of the language may becombined) and semantics (the meaning of the languageconstructs).

Languages are classified as low level if they are close tomachine code and high level if each language statementcorresponds to many machine code instructions (though thiscould also apply to a low level language with extensive use ofmacros, in which case it would be debatable whether it stillcounted as low level). A roughly parallel classification isthe description as first generation language through tofifth generation language.

The other major classification of languages distinguishesbetween imperative languages, procedural language anddeclarative languages.

Programming languages time-line/family tree.

programming language

A language used to write instructions for the computer. It lets the programmer express data processing in a symbolic manner without regard to machine-specific details.

From Source Code to Machine Language
The statements that are written by the programmer are called "source language," and they are translated into the computer's "machine language" by programs called "assemblers," "compilers" and "interpreters." For example, when a programmer writes MULTIPLY HOURS TIMES RATE, the verb MULTIPLY must be turned into a code that means multiply, and the nouns HOURS and RATE must be turned into memory locations where those items of data are actually located.

Grammar and Syntax
Like human languages, each programming language has its own grammar and syntax. There are many dialects of the same language, and each dialect requires its own translation system. Standards have been set by ANSI for many programming languages, and ANSI-standard languages are dialect free. However, it can take years for new features to be included in ANSI standards, and new dialects inevitably spring up as a result.

Low Level and High Level
Programming languages fall into two categories: low-level assembly languages and high-level languages. Assembly languages are available for each CPU family, and each assembly instruction is translated into one machine instruction by the assembler program. With high-level languages, a programming statement may be translated into one or several machine instructions by the compiler.

Following is a brief summary of the major high-level languages. Look up each one for more details. For a list of high-level programming languages designed for client/server development, see client/server development system.

ActionScript
Programming language for Flash programs. See Flash and ActionScript.

Ada
Comprehensive, Pascal-based language used by the Department of Defense. See Ada.

ALGOL
International language for expressing algorithms. See ALGOL.

APL
Used for statistics and mathematical matrices. Requires special keyboard symbols. See APL.

BASIC
Developed as a timesharing language in the 1960s. It has been widely used in microcomputer programming in the past, and various dialects of BASIC have been incorporated into many different applications. Microsoft's Visual Basic is widely used. See BASIC and Visual Basic.

C/C++
Developed in the 1970s at AT&T. Widely used to develop operating systems and commercial applications. Unix was the first OS written in C. C++ (C plus plus) is the object-oriented version of C that is popular because it combines objects with traditional C programming syntax. See C.

C#
Pronounced "C-sharp." A Microsoft .NET language based on C++ with elements from Visual Basic and Java. See .NET Framework.

Clojure
A dialect of LISP geared to multithreading. See Clojure.

COBOL
Developed in the 1960s. Widely used for mini and mainframe programming. See COBOL.

CoffeeScript
A more readable version of JavaScript. See CoffeeScript.

Dart
Web-based programming language from Google. Introduced in 2011, Dart was touted to provide greater performance for Web applications than JavaScript but has been used mostly by Google. See Dart.

dBASE
Widely used in the past for business applications. See dBASE Plus.

F#
Pronounced "F-sharp." A Microsoft .NET scripting language based on ML. See F#.

FORTH
Developed in the 1960s, FORTH has been used in process control and game applications. See FORTH.

FORTRAN
Developed in 1954 by IBM, it was the first major scientific programming language and continues to be widely used. Some commercial applications have been developed in FORTRAN. See FORTRAN.

Go
Object-oriented language styled after C/C++ from Google. Go was made public in 2012. See Go.

Groovy
Java-based language that simplifies various functions. See Groovy.

Haskell
Pure functional programming language developed in the 1990s. See Haskell.

HTML5
With Version 5, HTML became an official programming language because it formalized the use of JavaScript programming. See HTML5 and HTML.

Java
The programming language developed by Sun and repositioned for Web use. It is widely used on the server side, although client applications are also used. See Java.

JavaScript
The de facto scripting language on the Web. JavaScript is embedded into billions of HTML pages, and it was formalized as part of HTML5. See JavaScript.

JScript
Microsoft's version of JavaScript. Used in ASP programs. See JScript.

Julia
A programming language designed for financial analysis and other numerical computations. See Julia.

LISP
Developed in 1960. Used for AI applications. Its syntax is very different than other languages. See LISP.

LiveCode
Cross-platform, interpreted language that generates Mac, Windows, Linux, iOS and Android apps from the same source code. See LiveCode.

Logo
Developed in the 1960s, it was noted for its ease of use and "turtle graphics" drawing functions. See Logo.

Lua
Fast, lightweight scripting language that runs on Windows, Unix/Linux and smartphone platforms. See Lua.

M
Originally MUMPS (Massachusetts Utility MultiProgramming System), it includes its own database. It is widely used in medical applications. See M.

ML
A programming language that spawned OCaml and F#. See ML.

Modula-2
Enhanced version of Pascal introduced in 1979. See Modula-2.

Objective-C
A version of C used to program Mac and iOS apps. See Objective-C.

OCaml
A dialect of the ML language family that is used for industrial strength applications. See OCaml.

P4
A language for programmable network devices. See P4.

Pascal
Originally an academic language developed in the 1970s. Borland commercialized it with its Turbo Pascal. See Pascal.

Perl
A scripting language used on the Web to write CGI scripts. See Perl.

PHP
Widely used server-side language embedded in Web pages along with HTML. A major Web language. See PHP.

Prolog
Developed in France in 1973. Used throughout Europe and Japan for AI applications. See Prolog.

Python
A scripting language used for AI applications, system utilities and Internet scripts. Developed in Amsterdam by Guido van Rossum. See Python.

REXX
Runs on IBM mainframes and OS/2. Used as a general-purpose macro language. See REXX.

Rust
Offers memory-safe features with low-level control. See Rust.

Scala
A Java-like language that runs in a Java Virtual Machine (JVM). See Scala.

Swift
An Apple language that adds features to Objective-C. See Swift.

VBScript
Subset of Visual Basic used on the Web similar to JavaScript. See VBScript.

Visual Basic
Version of BASIC for Windows programming from Microsoft that has been widely used. See Visual Basic.

Visual FoxPro
A dBASE language and development system from Microsoft. See Visual FoxPro.

Web Languages
Languages such as JavaScript, Jscript, Perl and CGI are used to automate Web pages as well as link them to other applications running in servers.

Even More Languages!


Programmers must use standard names for the instruction verbs (add, compare, etc.), and companies generally use standard names for the data in their databases. However, programmers "make up" names for the functions (subroutines) in their own programs, and they make up dozens of them, essentially creating their own language. But since they dislike documenting their code, the readability of that language is critical.

Just Make It Up!
Unless naming conventions are enforced or pair programming is used, whereby one person looks over the shoulders of the other, programmers can make up names that make no sense whatsoever. The bane of programmers is having to modify someone else's program that has unclear names and few comments. It often requires tracing the logic one statement at a time.

In fact, if programmers use careless naming, they can have a miserable time reading their own code later. See pair programming, programmer, to the recruiter and naming fiascos.


No Language, Just Wires
In 1946, the ENIAC was programmed by plugging wires from one socket to another. That led to the plugboards on tabulating machines and later to programming languages. See tabulator and Hollerith machine. (Image courtesy of Rare Book & Manuscript Library, University of Pennsylvania.)
MedicalSeequicksilverLegalSeeMFinancialSeeADASee PL
See LOGO

programming language


Related to programming language: Basic programming language
  • noun

Synonyms for programming language

noun (computer science) a language designed for programming computers

Synonyms

  • programing language

Related Words

  • computer science
  • computing
  • artificial language
  • algorithmic language
  • assembly language
  • computer language
  • computer-oriented language
  • machine language
  • machine-oriented language
  • multidimensional language
  • object language
  • target language
  • object-oriented programing language
  • object-oriented programming language
  • one-dimensional language
  • stratified language
  • unstratified language
  • list-processing language
  • LISP
  • logic programing
  • logic programming
  • Prolog
  • COBOL
  • C
  • BASIC
  • Pascal
随便看

 

英语词典包含2567994条英英释义在线翻译词条,基本涵盖了全部常用单词的英英翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2024/11/14 5:49:50