Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
1,727,466,196 visitors served.
forum mailing list For webmasters
?
New: Language forums
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

FORTRAN

   Also found in: Dictionary/thesaurus, Medical, Acronyms, Wikipedia, Hutchinson 0.01 sec.
FORTRAN: see programming language programming language, syntax, grammar, and symbols or words used to give instructions to a computer .

Development of Low-Level Languages



All computers operate by following machine language programs, a long sequence of instructions called machine code
..... Click the link for more information.
.

FORTRAN

Procedural computer programming language developed for numerical analysis by John W. Backus and others at IBM in 1957. The name derives from FORmula TRANslation. For many years it was the most widely used high-level language for scientific and engineering computations. Though other languages, such as various versions of C, are now popular for such uses, FORTRAN is still the language of choice for numerical analysis. It has been revised several times and now includes capabilities for handling structured data, dynamic (“on-the-fly”) data allocation, recursions (procedures that call themselves), and other features.


FORTRAN

(FORmula TRANslator) The first high-level programming language and compiler, developed in 1954 by IBM. It was originally designed to express mathematical formulas, and although it is used occasionally for business applications, it is still the most widely used language for scientific, engineering and mathematical problems.

FORTRAN IV is an ANSI standard, but FORTRAN V has various proprietary versions. The following FORTRAN example converts Fahrenheit to Celsius:

   WRITE(6,*) 'Enter Fahrenheit '
   READ(5,*) XFAHR
   XCENT = (XFAHR - 32) * 5 / 9
   WRITE(6,*) 'Celsius is ',XCENT
   STOP
   END


FORTRAN [′fȯr‚tran]
(computer science)
A family of procedure-oriented languages used mostly for scientific or algebraic applications; derived from formula translation.

(language)Fortran - (Formula Translation) The first and, for a long time, the most widely used programming language for numerical and scientific applications. The original versions lacked recursive procedures and block structure and had a line-oriented syntax in which certain columns had special significance.

There have been a great many versions.

The name is often written "FORTRAN", harking back to the days before computers were taught about lower case, but ANSI decreed, in about 1985 via the ANSI FORTRAN Technical Committee TC, that it should be "Fortran".

See also: Fortrash.



How to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Email
Feedback
? Mentioned in ? References in periodicals archive
 
Back in graduate school I learned FORTRAN programming and became pretty good at it.
f90gl, the FORTRAN interface for OpenGL graphics, is now emerging in commercial products.
The objectives of this communication are to describe the applications of Kappa and to describe a short FORTRAN program that calculates Kappa for conditions of multiple ratings per subject.
 
Encyclopedia browser? ? Full browser
 
 
Encyclopedia
?

Disclaimer | Privacy policy | Feedback | Copyright © 2009 Farlex, Inc.
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. Terms of Use.