Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

Third-generation programming language

From DocForge

A third-generation programming language is one which is easier for a human to read compared to second-generation programming languages. A key feature is that third-generation languages add a layer of abstraction from the processor, so specific processor instructions are not needed. Instead of providing every individual instruction a processor must take, a programmer can provide more generic functionality which is later assembled into granular processor instructions.

Other features of third-generation programming languages include named variables and abstract data types.

[edit] See Also

Do you have information or insights to contribute to this article? Please feel free to edit this page. Ask questions or contribute to the discussion on this article's talk page.