Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,918,141,059 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

procedural language

   Also found in: Acronyms, Wikipedia 0.01 sec.
procedural language
A programming language that requires programming discipline, such as C/C++, Java, COBOL, FORTRAN, Perl and JavaScript. Also called an "imperative language," programmers writing in such languages must develop a proper order of actions in order to solve the problem, based on a knowledge of data processing and programming. Contrast with non-procedural language.

The following dBASE examples show procedural and non-procedural ways to list a file. Procedural and non-procedural languages are also considered third and fourth-generation languages (3GL and 4GL).

    Procedural (3GL)        Non-Procedural (4GL)
    USE FILEX               USE FILEX
    DO WHILE .NOT. EOF      LIST NAME, AMOUNTDUE
      ? NAME, AMOUNTDUE
      SKIP
    ENDDO

(language)procedural language - Any programming language in which the programmer specifies an explicit sequences of steps to follow to produce a result (an algorithm).

The term should not be confused with "imperative language" - a language that specifies explicit manipulation of state. An example (non-imperative) procedural language is LOGO, which specifies sequences of steps to perform but does not have an internal state.

Other procedural languages include Basic, Pascal, C, and Modula-2.

Both procedural and imperative languages are in contrast to declarative languages, in which the programmer specifies neither explicit steps nor explicit state manipulation.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
Assistant City Attorney Kelly Martin agreed that tightening of procedural language would help protect the city from any accusations of impropriety.
The committee also noted that the bylaws document currently contains procedural language that specifies how affiliate societies must renew their charter with ASRT annually.
However, if it is hard to produce a flow chart, I twill be even more difficult to produce a working program using a procedural language.
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.