TECHNOLOGY 

Published on
KembaraXtra- Computer Terms – 4GL
A 4GL, short for fourth-generation language, is a programming language designed to be closer to human language than traditional high-level languages, so developers can describe what they want done with less focus on the low-level step-by-step procedures of how to do it. The term is commonly used for languages and tools closely tied to relational databases, where users can query, filter, update, and report on data using concise statements (often in a declarative style), and it is also linked to rapid application development features such as built-in form builders, report generators, and data-driven workflows. Calling a language “4GL” is meant to suggest it is a productivity step above standard high-level languages like C, Pascal, and COBOL, particularly for business applications that revolve around database records, transactions, and reporting. Compared with 3GLs or assembly language, 4GLs generally trade some fine-grained control for speed of development, readability, and faster delivery of database-centric applications.


Picture
0 Comments