When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. High-level programming language - Wikipedia

    en.wikipedia.org/.../High-level_programming_language

    In computer science, a high-level programming language is a programming language with strong abstraction from the details of the computer.In contrast to low-level programming languages, it may use natural language elements, be easier to use, or may automate (or even hide entirely) significant areas of computing systems (e.g. memory management), making the process of developing a program ...

  3. Third-generation programming language - Wikipedia

    en.wikipedia.org/wiki/Third-generation...

    A third-generation programming language (3GL) is a high-level computer programming language that tends to be more machine-independent and programmer-friendly than the machine code of the first-generation and assembly languages of the second-generation, while having a less specific focus to the fourth and fifth generations. [1]

  4. Category:High-level programming languages - Wikipedia

    en.wikipedia.org/wiki/Category:High-level...

    Pages in category "High-level programming languages" The following 102 pages are in this category, out of 102 total. This list may not reflect recent changes .

  5. Programming language generations - Wikipedia

    en.wikipedia.org/wiki/Programming_language...

    Initially, all programming languages at a higher level than assembly were termed "third-generation", but later on, the term "fourth-generation" was introduced to try to differentiate the (then) new declarative languages (such as Prolog and domain-specific languages) which claimed to operate at an even higher level, and in a domain even closer ...

  6. Programming language - Wikipedia

    en.wikipedia.org/wiki/Programming_language

    This is an accepted version of this page This is the latest accepted revision, reviewed on 30 December 2024. Language for communicating instructions to a machine The source code for a computer program in C. The gray lines are comments that explain the program to humans. When compiled and run, it will give the output "Hello, world!". A programming language is a system of notation for writing ...

  7. Fourth-generation programming language - Wikipedia

    en.wikipedia.org/wiki/Fourth-generation...

    A fourth-generation programming language (4GL) is a high-level computer programming language that belongs to a class of languages envisioned as an advancement upon third-generation programming languages (3GL).

  8. Fifth-generation programming language - Wikipedia

    en.wikipedia.org/wiki/Fifth-generation...

    A fifth-generation programming language (5GL) is a high-level programming language based on problem-solving using constraints given to the program, rather than using an algorithm written by a programmer. [1] Most constraint-based and logic programming languages and some other declarative languages are fifth-generation languages.

  9. High- and low-level - Wikipedia

    en.wikipedia.org/wiki/High-_and_low-level

    In terms of programming, a high-level programming language is one which has a relatively high level of abstraction, and manipulates conceptual functions in a structured manner. A low-level programming language is one like assembly language that contains commands closer to processor instructions.