|
Computer Programming Software Terms, Glossary and Dictionary
4GL: Fourth-Generation Language
A fourth-generation programming language (4GL) is a programming language closer to human languages than typical high-level programming languages. Such languages arose after the introduction of modern, block-structured third-generation programming languages, which improved the process of software development. Most 4GLs are used to access databases. For example, a typical 4GL command is FIND ALL RECORDS WHERE COMPANY IS "JAVVIN".
|