Third_generation_language Third_generation_language

Third generation language - Definition and Overview

Related Words: Aeon, Age, Authorship, Beginning, Biogenesis, Birth, Breeding, Coinage, Conception, Creation, Crop, Crossbreeding, Cycle, Date, Day, Days

A third generation language (3GL) is a programming language designed to be easier for a human to understand, including things like named variables. A fragment might be:

let c = c + 2 * d

Fortran, ALGOL and COBOL are early examples of this sort of language. Most "modern" languages (BASIC, C, C++) are third generation. Most 3GLs support structured programming.

See also:

References

This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.

Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.